add sig_atomic_t
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Mon, 17 May 1993 13:05:35 +0000 (05:05 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Mon, 17 May 1993 13:05:35 +0000 (05:05 -0800)
SCCS-vsn: sys/sparc/include/signal.h 7.4

usr/src/sys/sparc/include/signal.h

index 696a0ac..92f5266 100644 (file)
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)signal.h    7.3 (Berkeley) %G%
+ *     @(#)signal.h    7.4 (Berkeley) %G%
  *
  * from: $Header: signal.h,v 1.5 92/11/26 02:04:46 torek Exp $
  */
 
 #ifndef LOCORE
  *
  * from: $Header: signal.h,v 1.5 92/11/26 02:04:46 torek Exp $
  */
 
 #ifndef LOCORE
+typedef int sig_atomic_t;
+
 /*
  * Information pushed on stack when a signal is delivered.
  * This is used by the kernel to restore state following
 /*
  * Information pushed on stack when a signal is delivered.
  * This is used by the kernel to restore state following