From 4985e409397f805b54e35658de1df55cd0343284 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 25 Feb 2000 17:51:00 +0000 Subject: Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was just a typo in some Linux header; the real symbol is _SC_AIO_LISTIO_MAX. --- Modules/posixmodule.c | 3 --- 1 file changed, 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 -- cgit v0.12