Commit 86932148 authored by Jesus Cea's avatar Jesus Cea

multiprocessing doesn't compile in Solaris because a typo

parent 3757fbba
......@@ -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
......
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