Sun Feb 27 10:39:37 1994  iBCS Development  (ibcs@longyear)

	* sigaction.c (_sigacthandler): made user_h call relative to the
	type of library being generated to avoid compile errors about
	wrong number of parameters.

Sat Feb 19 01:09:01 1994  Eric Youngdale  (eric@esp22)

	* Makefile: For ELF, add sigsuspend and sigaction syscalls.

	* sigsuspend.S, _sigaction.S:  New files.

Sun Feb 13 19:11:46 1994  Eric Youngdale  (eric@esp22)

	* sighold.S: Define as _sighold with weak sighold.

	* sigignore.S, signal.S, sigpause.S, sigset.S, sigrelse.S:
	Likewise.

	* sigaddset.c, sigdelset.c, sigempty.c, sigfillset.c: Likewise.


Sun Jan 30 22:14:53 1994  Eric Youngdale  (eric@esp22)

       * Makefile: Add lib*.o target if building an ELF library.  Remove
       references to $(CWD).  Alter to use new files in this directory.

       * sigaddset.c, sigdelset.c, sigempty.c, sigfillset.c: New files
       copied from linux-libc.

       * sigdef.h: Helper file so that signal syscalls can all use
       the same template.

       * sighold.S, sigignore.S, signal.S, sigpause.S, sigrelse.S,
       sigset.S: New files - all use sigdef.h.

       * sighold.c, sigignore.c, signal.c, sigpause.c, sigrelse.c,
       sigset.c: Remove.  The .c files are difficult to manipulate with
       preprocessor macros when using the __asm__ directives.



