diff options
Diffstat (limited to 'Ports/python3/patches/define-have-sigset-t.patch')
-rw-r--r-- | Ports/python3/patches/define-have-sigset-t.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/python3/patches/define-have-sigset-t.patch b/Ports/python3/patches/define-have-sigset-t.patch index 88f07cb841..5d1cdacf1f 100644 --- a/Ports/python3/patches/define-have-sigset-t.patch +++ b/Ports/python3/patches/define-have-sigset-t.patch @@ -1,5 +1,5 @@ ---- Python-3.9.2/Modules/posixmodule.h 2021-02-21 20:22:43.839024851 +0100 -+++ Python-3.9.2/Modules/posixmodule.h 2021-02-21 20:28:35.823057995 +0100 +--- 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 */ |