Commit 4985e409 authored by Guido van Rossum's avatar Guido van Rossum

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.
parent e6674e6f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment