# | Line 135 | Line 135 | fi | |
---|---|---|
135 | AC_CHECK_FUNCS(pthread_cancel) | |
136 | AC_CHECK_FUNCS(pthread_mutexattr_setprotocol) | |
137 | AC_CHECK_FUNCS(pthread_mutexattr_settype) | |
138 | + | AC_CHECK_FUNCS(pthread_mutexattr_setpshared) |
139 | ||
140 | dnl If POSIX.4 semaphores are not available, we emulate them with pthread mutexes. | |
141 | SEMSRC= |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |