summaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-11 16:18:39 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-11 16:19:38 -0800
commit7c93e164094893eede0ea82e1703786405860f81 (patch)
tree8d96a3f35f47c2a22954e42850ff054f037d0249 /nptl/Makefile
parent78e21c5df674e037d06e86c5d4cb95818c8f6b8c (diff)
downloadglibc-roland/namedsem.tar.gz
NPTL: Refactor named semaphore code to use shm-directory.hroland/namedsem
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index ac76596ee0..3d61ec1a34 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -96,6 +96,7 @@ libpthread-routines = nptl-init vars events version \
old_pthread_atfork pthread_atfork \
pthread_getcpuclockid \
pthread_clock_gettime pthread_clock_settime \
+ shm-directory \
sem_init sem_destroy \
sem_open sem_close sem_unlink \
sem_getvalue \