From bfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Jun 2009 08:34:02 -0700 Subject: 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. --- nptl/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nptl/Versions') 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; -- cgit v1.2.3-65-gdbad