summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move sigwait(3) from libpthread to libcjca2019-01-121-1/+2
* sigsetmask() and sigblock() are no longer used by any setjmp implementationguenther2016-09-261-3/+3
* Make sure attributes are applied to function declarations before they'reguenther2016-09-061-6/+18
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-2/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-2/+5
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-1/+2
* Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther2015-10-251-2/+2
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-5/+5
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-3/+3
* Finish wrapping <signal.h> so that calls to the sigset ops go direct andguenther2015-09-121-4/+21
* Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tguenther2015-09-111-1/+6
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-2/+1
* Hide __sigintr and __strsignal as internal implementation details.guenther2015-09-091-1/+7
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-0/+27