hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/alpha/include/uapi/asm/signal.h
....@@ -60,20 +60,6 @@
6060 #define SIGRTMIN 32
6161 #define SIGRTMAX _NSIG
6262
63
-/*
64
- * SA_FLAGS values:
65
- *
66
- * SA_ONSTACK indicates that a registered stack_t will be used.
67
- * SA_RESTART flag to get restarting signals (which were the default long ago)
68
- * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
69
- * SA_RESETHAND clears the handler when the signal is delivered.
70
- * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
71
- * SA_NODEFER prevents the current signal from being masked in the handler.
72
- *
73
- * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single
74
- * Unix names RESETHAND and NODEFER respectively.
75
- */
76
-
7763 #define SA_ONSTACK 0x00000001
7864 #define SA_RESTART 0x00000002
7965 #define SA_NOCLDSTOP 0x00000004