summaryrefslogtreecommitdiffstats
path: root/libc/signal/allocrtsig.c
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-261-0/+1
|
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-081-0/+4
| | | | for new librt code. Also cleaned up the makefiles.
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-1/+1
|
* 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