diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-22 09:38:59 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-22 09:38:59 (GMT) |
commit | bdf0d0f0392b2438a1424fb869937d769e5a4552 (patch) | |
tree | 5a7064efdc342b674f9144659d337ed01994fdcd /pyconfig.h.in | |
parent | 437a5d2c25c2f64ddcdbf9c509d406071c74c1fb (diff) | |
download | cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.zip cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.tar.gz cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.tar.bz2 |
Issue #28762: lockf() is available on Android API level 24, but the
F_LOCK macro is not defined in android-ndk-r13.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 6b376a6..b10c57f 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -472,7 +472,7 @@ /* Define to 1 if you have the <ieeefp.h> header file. */ #undef HAVE_IEEEFP_H -/* Define to 1 if you have the `if_nameindex' function. */ +/* Define to 1 if you have the 'if_nameindex' function. */ #undef HAVE_IF_NAMEINDEX /* Define if you have the 'inet_aton' function. */ @@ -574,7 +574,7 @@ /* Define to 1 if you have the <linux/tipc.h> header file. */ #undef HAVE_LINUX_TIPC_H -/* Define to 1 if you have the `lockf' function. */ +/* Define to 1 if you have the 'lockf' function and the F_LOCK macro. */ #undef HAVE_LOCKF /* Define to 1 if you have the `log1p' function. */ |