diff options
102 files changed, 4303 insertions, 1865 deletions
@@ -1,3 +1,210 @@ +Thu Oct 31 00:01:39 1996 Ulrich Drepper <drepper@cygnus.com> + + * signal/Makefile (routines): Add sigwait. + * signal/signal.h: Add prototype for sigwait. + * sysdeps/posix/sigwait.c: New file. Implementation of sigwait + function from POSIX.1c. + * sysdeps/stub/sigwait.c: |
