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.
This commit is contained in:
Guido van Rossum 2000-02-25 17:51:00 +00:00
parent e6674e6fc6
commit 4985e40939

View 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