summaryrefslogtreecommitdiff
path: root/data/_python3.7/header.diff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-05-06 14:31:17 -1000
committerSam Bingner <sam@bingner.com>2019-05-08 10:08:11 -1000
commitca02b0697f2f05de3bdd6c2f7cce928c9937bbc6 (patch)
tree84db78b776542f88532a184baa833f4727107cdc /data/_python3.7/header.diff
parentd02b5fde55f6681ee84d901b8226c552fa7bb81b (diff)
Updates to apollo's python3.7 build
Diffstat (limited to 'data/_python3.7/header.diff')
-rw-r--r--data/_python3.7/header.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/_python3.7/header.diff b/data/_python3.7/header.diff
new file mode 100644
index 000000000..d41804464
--- /dev/null
+++ b/data/_python3.7/header.diff
@@ -0,0 +1,16 @@
+diff -ur Python-3.7.3/Modules/posixmodule.c Python-3.7.3+iPhone/Modules/posixmodule.c
+--- Python-3.7.3/Modules/posixmodule.c 2019-03-25 10:21:05.000000000 -1000
++++ Python-3.7.3+iPhone/Modules/posixmodule.c 2019-05-06 14:01:00.000000000 -1000
+@@ -5910,11 +5910,10 @@
+ #else
+ #ifdef HAVE_LIBUTIL_H
+ #include <libutil.h>
+-#else
++#endif /* HAVE_LIBUTIL_H */
+ #ifdef HAVE_UTIL_H
+ #include <util.h>
+ #endif /* HAVE_UTIL_H */
+-#endif /* HAVE_LIBUTIL_H */
+ #endif /* HAVE_PTY_H */
+ #ifdef HAVE_STROPTS_H
+ #include <stropts.h>