move the signal(3) prototype back into <sys/signal.h> to make the
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1991 03:55:52 +0000 (19:55 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1991 03:55:52 +0000 (19:55 -0800)
applications happy

SCCS-vsn: include/signal.h 5.3

usr/src/include/signal.h

index f83d77d..e1c3be5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)signal.h    5.2 (Berkeley) %G%
+ *     @(#)signal.h    5.3 (Berkeley) %G%
  */
 
 #ifndef _USER_SIGNAL_H
  */
 
 #ifndef _USER_SIGNAL_H
@@ -27,7 +27,6 @@ extern char *sys_siglist[NSIG];
 
 __BEGIN_DECLS
 int    raise __P((int));
 
 __BEGIN_DECLS
 int    raise __P((int));
-void   (*signal __P((int, void (*) __P((int))))) __P((int));
 #ifndef        _ANSI_SOURCE
 int    kill __P((pid_t, int));
 int    sigaction __P((int, const struct sigaction *, struct sigaction *));
 #ifndef        _ANSI_SOURCE
 int    kill __P((pid_t, int));
 int    sigaction __P((int, const struct sigaction *, struct sigaction *));