Add a config check for pthread_mutexattr_setpshared

Not available on netbsd

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-08-29 10:22:00 +10:00
parent 43b49dfda9
commit 83062001f7

View File

@ -184,6 +184,8 @@ AC_CHECK_FUNCS([alarm clock_gettime ftruncate gettimeofday \
poll epoll_create epoll_create1 kqueue \
random rand getrlimit sysconf \
pthread_spin_lock pthread_setschedparam \
pthread_mutexattr_setpshared \
pthread_condattr_setpshared \
sem_timedwait semtimedop \
sched_get_priority_max sched_setscheduler \
getpeerucred getpeereid])