mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
multiprocessing doesn't compile in Solaris because a typo
This commit is contained in:
parent
3757fbba25
commit
869321484d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
# define SEM_VALUE_MAX sysconf(_SC_SEM_VALUE_MAX)
|
||||
#elif defined(_SEM_VALUE_MAX)
|
||||
# define SEM_VALUE_MAX _SEM_VALUE_MAX
|
||||
#elif definef(_POSIX_SEM_VALUE_MAX)
|
||||
#elif defined(_POSIX_SEM_VALUE_MAX)
|
||||
# define SEM_VALUE_MAX _POSIX_SEM_VALUE_MAX
|
||||
#else
|
||||
# define SEM_VALUE_MAX INT_MAX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue