]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't version the sem_xxx symbols that have more than one version in
authorTom Hughes <tom@compton.nu>
Mon, 23 Aug 2004 18:05:51 +0000 (18:05 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 23 Aug 2004 18:05:51 +0000 (18:05 +0000)
glibc - it doesn't matter for valgrind as we only have one version and
by not versioning them we work no matter what version is asked for.

CCMAIL: 86289-done@bugs.kde.org

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2605

coregrind/vg_libpthread.vs

index 847f07d41a270c6b2184d2bc1bdd0881d3941eda..afc76ed3fed4b1c225c29506467dee3599e1972c 100644 (file)
     pthread_getconcurrency; pthread_setconcurrency;
 
     # Semaphores.
-    sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
+    #sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
 
     __libc_current_sigrtmin; __libc_current_sigrtmax;
     __libc_allocate_rtsig;