]> granicus.if.org Git - python/commitdiff
Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was
authorGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 17:51:00 +0000 (17:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 17:51:00 +0000 (17:51 +0000)
just a typo in some Linux header; the real symbol is
_SC_AIO_LISTIO_MAX.

Modules/posixmodule.c

index 20170d6d154936d0e584082468495e5f05472602..77c0ba185e67f590a438cc9ccc54eae7f56390da 100644 (file)
@@ -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