summaryrefslogtreecommitdiff
path: root/libc/signal/allocrtsig.c
AgeCommit message (Collapse)Author
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2005-12-10The minimum is different for NPTL because of two new signals."Steven J. Hill"
2002-06-13Fix pthreads to use the rt signals if presentEric Andersen
-Erik
2002-05-30-#ifdef _POSIX_THREADSEric Andersen
+#ifdef __UCLIBC_HAS_THREADS__
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen
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
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-06-15Add in (stub out really) __libc_current_sigrtmin, andEric Andersen
__libc_current_sigrtmax so current versions of ash will compile. -Erik