summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigsetops.c
Commit message (Collapse)AuthorAgeFilesLines
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-0/+3
| | | | | | | | | | | | text data bss dec hex filename - 318 4 0 322 142 libc/pwd_grp/lckpwdf.o + 312 4 0 316 13c libc/pwd_grp/lckpwdf.o - 166 0 1 167 a7 libc/stdlib/abort.o + 157 0 1 158 9e libc/stdlib/abort.o - 42 0 0 42 2a libc/sysdeps/linux/common/pause.o + 27 0 0 27 1b libc/sysdeps/linux/common/pause.o Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-1/+1
| | | | | | | | | | | __USE_EXTERN_INLINES was unused and had bit-rotted, had to fix it when it didn't work as intended at first. text data bss dec hex filename - 168 0 0 168 a8 libc/unistd/sleep.o + 146 0 0 146 92 libc/unistd/sleep.o Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-0/+6
| | | | | linuxthreads.old/manager: pointless style fixes, no code changes
* Use <> instead of \"\"Peter S. Mazinger2006-02-151-1/+1
|
* Fix up sig handling so it is more in sync with glibc behaviorEric Andersen2001-10-171-0/+11