[uClibc-cvs] cvs commit to uClibc/libc/signal by andersen

cvs at uclinux.org cvs at uclinux.org
Wed Jan 2 12:18:51 UTC 2002


Repository: uClibc/libc/signal
who:        andersen
time:       Wed Jan  2 07:18:50 EST 2002


Log Message:

Once again, rework the signal handling to be even more correct.  We no
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


Files:

changed:    Makefile allocrtsig.c killpg.c raise.c sigaddset.c sigandset.c sigblock.c sigdelset.c sigempty.c sigfillset.c siggetmask.c sighold.c sigintr.c sigisempty.c sigismem.c signal.c sigorset.c sigrelse.c sigsetops.h sysv_signal.c

removed:    bsd_sig.c sigstmsk.c

added:      sigaction.c sigignore.c sigset.c sigsetmask.c sigsuspend.c




More information about the uClibc-cvs mailing list