aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-26 14:49:13 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-26 14:49:13 -0700
commit68c97aef626e489effeffe6d1d6a4f14656a720c (patch)
tree2f51029eda95535f68d6d2ce92481db26a5ddd07 /nptl/Makefile
parent97554e4382e5d85eccf146b58f85aaad7e3d687c (diff)
downloadglibc-68c97aef626e489effeffe6d1d6a4f14656a720c.zip
glibc-68c97aef626e489effeffe6d1d6a4f14656a720c.tar.gz
glibc-68c97aef626e489effeffe6d1d6a4f14656a720c.tar.bz2
Split timed-wait functions out of nptl/lowlevellock.c.
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 8e99452..3dd2944 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -106,6 +106,7 @@ libpthread-routines = nptl-init vars events version \
pt-longjmp pt-cleanup\
cancellation \
lowlevellock lowlevelrobustlock \
+ lll_timedlock_wait lll_timedwait_tid \
pt-fork pt-vfork \
ptw-write ptw-read ptw-close ptw-fcntl ptw-accept \
ptw-connect ptw-recv ptw-recvfrom ptw-recvmsg ptw-send \