summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
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/ChangeLog
parent1828530f09bcc321cfb84c27110bbce804605ec4 (diff)
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/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 34a5f9112e..ec9ace7d31 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-12 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile (libpthread-routines): Add pthread_sigqueue.
+ * Versions: Add pthread_sigqueue for GLIBC_2.11.
+ * sysdeps/pthread/bits/sigthread.h: Declare pthread_sigqueue.
+ * sysdeps/unix/sysv/linux/pthread_sigqueue.c: New file.
+
2009-06-11 Ulrich Drepper <drepper@redhat.com>
[BZ #10262]