summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2010-01-05 06:21:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2010-01-05 06:21:29 +0000
commit451e3b67a442f0ece7844a78363c5d49abe3a0cf (patch)
tree52c8caf4bf6c651459c9ba4b611a0d37a4c01921 /lib/libthr/pthread.map
parenta3e15a64d4ce0e58d1229c68414a924c202202d8 (diff)
downloadFreeBSD-src-451e3b67a442f0ece7844a78363c5d49abe3a0cf.zip
FreeBSD-src-451e3b67a442f0ece7844a78363c5d49abe3a0cf.tar.gz
Remove extra new semaphore stubs, because libc already has them, and
ld can find the newest version which is default. Poked by: kan@
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 0ade298..6460bec 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -396,11 +396,4 @@ FBSD_1.1 {
FBSD_1.2 {
openat;
- sem_destroy;
- sem_getvalue;
- sem_init;
- sem_post;
- sem_timedwait;
- sem_trywait;
- sem_wait;
};
OpenPOWER on IntegriCloud