Files
ladybird/Ports/python3/patches/define-have-sigset-t.patch
Linus Groh a9fa3fb095 Ports: Update Python to 3.9.4
Released on 2021-04-04 as a hotfix release superseding 3.9.3.
https://www.python.org/downloads/release/python-394/
2021-04-06 22:25:33 +02:00

13 lines
457 B
Diff

--- Python-3.9.4/Modules/posixmodule.h 2021-02-21 20:22:43.839024851 +0100
+++ Python-3.9.4/Modules/posixmodule.h 2021-02-21 20:28:35.823057995 +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