diff options
author | xdegaye <xdegaye@gmail.com> | 2017-11-23 11:01:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-23 11:01:36 (GMT) |
commit | 5ce1069a6ff0d5443074d33ba1d403ccd2eaf3d3 (patch) | |
tree | 5e7be2f6a553b139ffe871236ed772fa34d4a81b /pyconfig.h.in | |
parent | c06c22e9a9fb9326e79fcf1551601eacc1fd457d (diff) | |
download | cpython-5ce1069a6ff0d5443074d33ba1d403ccd2eaf3d3.zip cpython-5ce1069a6ff0d5443074d33ba1d403ccd2eaf3d3.tar.gz cpython-5ce1069a6ff0d5443074d33ba1d403ccd2eaf3d3.tar.bz2 |
bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 6e0f3e8..66b9e88 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -601,7 +601,7 @@ /* Define to 1 if you have the <linux/vm_sockets.h> header file. */ #undef HAVE_LINUX_VM_SOCKETS_H -/* Define to 1 if you have the 'lockf' function and the F_LOCK macro. */ +/* Define to 1 if you have the `lockf' function. */ #undef HAVE_LOCKF /* Define to 1 if you have the `log1p' function. */ |