aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-12 08:34:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-12 08:34:02 -0700
commitbfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645 (patch)
tree8e865437b0e105732f8c717ceb14073321731d19 /nptl/Makefile
parent1828530f09bcc321cfb84c27110bbce804605ec4 (diff)
downloadglibc-bfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645.tar
glibc-bfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645.tar.gz
glibc-bfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645.tar.bz2
glibc-bfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645.zip
Implement pthread_sigqueue.
The kernel from 2.3.31 on supports the rt_tgsigqueueinfo syscall. Use it to implement the non-standard extension which, like sigqueue, can pass additional data to the receiving thread.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 5bba0e1455..42a0b86282 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -86,7 +86,7 @@ libpthread-routines = nptl-init vars events version \
pthread_barrierattr_setpshared \
pthread_key_create pthread_key_delete \
pthread_getspecific pthread_setspecific \
- pthread_sigmask pthread_kill \
+ pthread_sigmask pthread_kill pthread_sigqueue \
pthread_cancel pthread_testcancel \
pthread_setcancelstate pthread_setcanceltype \
pthread_once \