From: Tom Hughes Date: Mon, 23 Aug 2004 18:05:51 +0000 (+0000) Subject: Don't version the sem_xxx symbols that have more than one version in X-Git-Tag: svn/VALGRIND_2_2_0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297462c18e750252b0ba51a7915caaba4bf61ee3;p=thirdparty%2Fvalgrind.git Don't version the sem_xxx symbols that have more than one version in 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 --- diff --git a/coregrind/vg_libpthread.vs b/coregrind/vg_libpthread.vs index 847f07d41a..afc76ed3fe 100644 --- a/coregrind/vg_libpthread.vs +++ b/coregrind/vg_libpthread.vs @@ -100,7 +100,7 @@ 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;