summaryrefslogtreecommitdiff
path: root/Ports/python3/patches/define-have-sigset-t.patch
blob: 70c7b983185afe286f6533368ee0d456238b2367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Python-3.10.0rc2/Modules/posixmodule.h	2021-08-03 19:01:36.368000000 +0100
+++ Python-3.10.0rc2/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