summaryrefslogtreecommitdiffstats
path: root/libc/signal/allocrtsig.c
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* The minimum is different for NPTL because of two new signals."Steven J. Hill"2005-12-101-0/+4
|
* Fix pthreads to use the rt signals if presentEric Andersen2002-06-131-43/+21
| | | | -Erik
* -#ifdef _POSIX_THREADSEric Andersen2002-05-301-2/+3
| | | | +#ifdef __UCLIBC_HAS_THREADS__
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-23/+69
| | | | | | | | | longer segfault when running test/signal/sigchld.c, which exposed a bit of a rats nest. The problem ended up being a erroneous syscall defination, but in the process of finding that out, I scrubbed things up nicely and adapted things to use the rt_ signals if they are available. This now passes all the signal tests. -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* Add in (stub out really) __libc_current_sigrtmin, andEric Andersen2001-06-151-0/+35
__libc_current_sigrtmax so current versions of ash will compile. -Erik