1999-09-19 Ulrich Drepper <drepper@cygnus.com>
* signals.c (sigaction): Correct last patch. Don't select
pthread_sighandler_rt based on the signal number but instead of
the SA_SIGINFO flag.
1999-09-18 Ulrich Drepper <drepper@cygnus.com>
* pthread.c (pthread_handle_sigrestart_rt): New function. Use
this instead of pthread_handle_sigrestart if the signal is an RT
signal.
* signals.c: Handle passing through of sighandler arguments also
for real-time signals.
1999-09-03 Andreas Schwab <schwab@suse.de>
* ptfork.c (__fork): Renamed from fork and use __libc_fork. Add
fork as weak alias.
(__vfork): New function, alias vfork.
* Versions: Export __fork, vfork, and __vfork in libpthread.
1999-08-