mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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:
parent
e6674e6fc6
commit
4985e40939
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue