Added configure test for pthread_yield() and sem_init().
authorbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Thu, 29 Apr 2010 06:22:17 +0000 (06:22 +0000)
committerbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Thu, 29 Apr 2010 06:22:17 +0000 (06:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11109 a5019735-40e9-0310-863c-91ae7b9d1cf9

configure.in

index eb30cd01c38a19e7bf7f0c0e507c134c97144f79..f197fb7542d6bb6025377d8d090b77b72d955db6 100644 (file)
@@ -1516,16 +1516,18 @@ AC_CHECK_FUNCS([     \
         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    \
         ])