summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/posixmodule.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 20170d6..77c0ba1 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -3785,9 +3785,6 @@ static struct constdef posix_constants_sysconf[] = {
#ifdef _SC_AIO_LISTIO_MAX
{"SC_AIO_LISTIO_MAX", _SC_AIO_LISTIO_MAX},
#endif
-#ifdef _SC_AIO_LIST_MAX
- {"SC_AIO_LIST_MAX", _SC_AIO_LIST_MAX},
-#endif
#ifdef _SC_AIO_MAX
{"SC_AIO_MAX", _SC_AIO_MAX},
#endif