about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Remove doubled words.Jim Meyering2011-04-221-2/+2
|
* Implement pthread_sigqueue.Ulrich Drepper2009-06-121-0/+83
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.