mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
This was released a couple of days ago, on 2021-12-06 and contains various changes that we previously needed custom patches for, so we are now able to remove those and compile more unchanged upstream sources. Thanks to Rodrigo for making that effort! :^)
13 lines
459 B
Diff
13 lines
459 B
Diff
--- Python-3.10.1/Modules/posixmodule.h 2021-08-03 19:01:36.368000000 +0100
|
|
+++ Python-3.10.1/Modules/posixmodule.h 2021-08-03 19:01:54.120205211 +0100
|
|
@@ -19,7 +19,8 @@
|
|
#endif /* MS_WINDOWS */
|
|
|
|
#if defined(PYPTHREAD_SIGMASK) || defined(HAVE_SIGWAIT) || \
|
|
- defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT)
|
|
+ defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT) || \
|
|
+ defined(__serenity__)
|
|
# define HAVE_SIGSET_T
|
|
#endif
|
|
|