|
@@ -102,16 +102,7 @@ typedef struct {
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
-#define SIG_BLOCK 0 /* for blocking signals */
|
|
|
-#define SIG_UNBLOCK 1 /* for unblocking signals */
|
|
|
-#define SIG_SETMASK 2 /* for setting the signal mask */
|
|
|
-
|
|
|
-/* Type of a signal handler. */
|
|
|
-typedef void (*__sighandler_t)(int);
|
|
|
-
|
|
|
-#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
|
|
|
-#define SIG_IGN ((__sighandler_t)1) /* ignore signal */
|
|
|
-#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
|
|
|
+#include <asm-generic/signal-defs.h>
|
|
|
|
|
|
#ifndef __KERNEL__
|
|
|
|