|
From: <sv...@va...> - 2010-04-29 06:22:25
|
Author: bart
Date: 2010-04-29 07:22:17 +0100 (Thu, 29 Apr 2010)
New Revision: 11109
Log:
Added configure test for pthread_yield() and sem_init().
Modified:
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2010-04-29 06:06:29 UTC (rev 11108)
+++ trunk/configure.in 2010-04-29 06:22:17 UTC (rev 11109)
@@ -1516,16 +1516,18 @@
pthread_rwlock_timedrdlock \
pthread_rwlock_timedwrlock \
pthread_spin_lock \
+ pthread_yield \
readlinkat \
+ sem_init \
semtimedop \
signalfd \
sigwaitinfo \
- syscall \
strchr \
strdup \
strpbrk \
strrchr \
strstr \
+ syscall \
timerfd \
utimensat \
])
|