summaryrefslogtreecommitdiff
path: root/nptl/Versions
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/Versions
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/Versions')
-rw-r--r--nptl/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 54b9b9c6a5..09098bf987 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -240,6 +240,10 @@ libpthread {
pthread_mutex_getprioceiling; pthread_mutex_setprioceiling;
};
+ GLIBC_2.11 {
+ pthread_sigqueue;
+ };
+
GLIBC_PRIVATE {
__pthread_initialize_minimal;
__pthread_clock_gettime; __pthread_clock_settime;