patch-2.3.41 linux/include/asm-sparc/siginfo.h
Next file: linux/include/asm-sparc/smp.h
Previous file: linux/include/asm-sparc/sembuf.h
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Tue Jan 25 11:17:07 2000
- Orig file:
v2.3.40/linux/include/asm-sparc/siginfo.h
- Orig date:
Mon Aug 2 22:07:16 1999
diff -u --recursive --new-file v2.3.40/linux/include/asm-sparc/siginfo.h linux/include/asm-sparc/siginfo.h
@@ -1,4 +1,4 @@
-/* $Id: siginfo.h,v 1.5 1999/07/29 12:56:57 jj Exp $
+/* $Id: siginfo.h,v 1.6 2000/01/21 11:39:17 jj Exp $
* siginfo.c:
*/
@@ -81,6 +81,11 @@
#define si_band _sifields._sigpoll._band
#define si_fd _sifields._sigpoll._fd
+#ifdef __KERNEL__
+#define __SI_MASK 0
+#define __SI_FAULT 0
+#endif
+
/*
* si_code values
* Digital reserves positive values for kernel-generated signals.
@@ -127,7 +132,7 @@
* SIGSEGV si_codes
*/
#define SEGV_MAPERR 1 /* address not mapped to object */
-#define SRGV_ACCERR 2 /* invalid permissions for mapped object */
+#define SEGV_ACCERR 2 /* invalid permissions for mapped object */
#define NSIGSEGV 2
/*
@@ -154,7 +159,7 @@
#define CLD_TRAPPED 4 /* traced child has trapped */
#define CLD_STOPPED 5 /* child has stopped */
#define CLD_CONTINUED 6 /* stopped child has continued */
-#define NSIGCHLD
+#define NSIGCHLD 6
/*
* SIGPOLL si_codes
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)