Implement pthread_sigqueue.
commitbfdb73e145e6ca3bedcd5ef93e0b5d0fe9498645
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Jun 2009 15:34:02 +0000 (12 08:34 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Jun 2009 15:34:02 +0000 (12 08:34 -0700)
tree8e865437b0e105732f8c717ceb14073321731d19
parent1828530f09bcc321cfb84c27110bbce804605ec4
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.
ChangeLog
Versions.def
nptl/ChangeLog
nptl/Makefile
nptl/Versions
nptl/sysdeps/pthread/bits/sigthread.h
nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c [new file with mode: 0644]