summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorJakub KulĂ­k <Kulikjak@gmail.com>2019-09-11 17:11:57 +0200
committerGregory P. Smith <greg@krypto.org>2019-09-11 10:11:57 -0500
commite20134f889a0cfcc37a46979f31a1c98b800de07 (patch)
tree0c56d2bd05ccd3160b05721e168a8658193f096a /pyconfig.h.in
parentaf636f4f91b8289b6dad95cb84123f6e22fd7f4f (diff)
downloadcpython-git-e20134f889a0cfcc37a46979f31a1c98b800de07.tar.gz
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Use fdwalk() on platforms that support it to implement os.closerange().
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 5ff5cc2282..aca9751d4b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -337,6 +337,9 @@
/* Define to 1 if you have the `fdopendir' function. */
#undef HAVE_FDOPENDIR
+/* Define to 1 if you have the `fdwalk' function. */
+#undef HAVE_FDWALK
+
/* Define to 1 if you have the `fexecve' function. */
#undef HAVE_FEXECVE