Commit 9e549588 authored by Roland McGrath's avatar Roland McGrath Committed by Linus Torvalds

[PATCH] SA_NOCLDWAIT now supported - update comments

This patch removes all the comments on the SA_NOCLDWAIT definitions,
since SA_NOCLDWAIT is fully supported now.
parent da11be46
...@@ -93,7 +93,7 @@ typedef unsigned long sigset_t; ...@@ -93,7 +93,7 @@ typedef unsigned long sigset_t;
#define SA_NOCLDSTOP 0x00000004 #define SA_NOCLDSTOP 0x00000004
#define SA_NODEFER 0x00000008 #define SA_NODEFER 0x00000008
#define SA_RESETHAND 0x00000010 #define SA_RESETHAND 0x00000010
#define SA_NOCLDWAIT 0x00000020 /* not supported yet */ #define SA_NOCLDWAIT 0x00000020
#define SA_SIGINFO 0x00000040 #define SA_SIGINFO 0x00000040
#define SA_ONESHOT SA_RESETHAND #define SA_ONESHOT SA_RESETHAND
......
...@@ -90,7 +90,7 @@ typedef unsigned long sigset_t; ...@@ -90,7 +90,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_THIRTYTWO 0x02000000 #define SA_THIRTYTWO 0x02000000
#define SA_RESTORER 0x04000000 #define SA_RESTORER 0x04000000
......
...@@ -86,7 +86,7 @@ typedef unsigned long sigset_t; ...@@ -86,7 +86,7 @@ typedef unsigned long sigset_t;
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -86,7 +86,7 @@ typedef unsigned long sigset_t; ...@@ -86,7 +86,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -85,7 +85,7 @@ typedef unsigned long sigset_t; ...@@ -85,7 +85,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -85,7 +85,7 @@ typedef unsigned long sigset_t; ...@@ -85,7 +85,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -80,7 +80,7 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */ ...@@ -80,7 +80,7 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
#define SA_SIGINFO 0x00000008 #define SA_SIGINFO 0x00000008
#define SA_NODEFER 0x40000000 #define SA_NODEFER 0x40000000
#define SA_NOCLDWAIT 0x00010000 /* Not supported yet */ #define SA_NOCLDWAIT 0x00010000
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOMASK SA_NODEFER #define SA_NOMASK SA_NODEFER
......
...@@ -80,7 +80,7 @@ typedef unsigned int old_sigset_t32; ...@@ -80,7 +80,7 @@ typedef unsigned int old_sigset_t32;
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
#define SA_SIGINFO 0x00000008 #define SA_SIGINFO 0x00000008
#define SA_NODEFER 0x40000000 #define SA_NODEFER 0x40000000
#define SA_NOCLDWAIT 0x00010000 /* Not supported yet */ #define SA_NOCLDWAIT 0x00010000
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOMASK SA_NODEFER #define SA_NOMASK SA_NODEFER
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#define SA_SIGINFO 0x00000010 #define SA_SIGINFO 0x00000010
#define SA_NODEFER 0x00000020 #define SA_NODEFER 0x00000020
#define SA_RESTART 0x00000040 #define SA_RESTART 0x00000040
#define SA_NOCLDWAIT 0x00000080 /* not supported yet */ #define SA_NOCLDWAIT 0x00000080
#define _SA_SIGGFAULT 0x00000100 /* HPUX */ #define _SA_SIGGFAULT 0x00000100 /* HPUX */
#define SA_NOMASK SA_NODEFER #define SA_NOMASK SA_NODEFER
......
...@@ -78,7 +78,7 @@ typedef struct { ...@@ -78,7 +78,7 @@ typedef struct {
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -73,7 +73,7 @@ typedef struct { ...@@ -73,7 +73,7 @@ typedef struct {
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -94,7 +94,7 @@ typedef unsigned long sigset_t; ...@@ -94,7 +94,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -94,7 +94,7 @@ typedef unsigned long sigset_t; ...@@ -94,7 +94,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -73,7 +73,7 @@ typedef struct { ...@@ -73,7 +73,7 @@ typedef struct {
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -140,7 +140,7 @@ struct sigstack { ...@@ -140,7 +140,7 @@ struct sigstack {
#define SA_INTERRUPT 0x10 #define SA_INTERRUPT 0x10
#define SA_NOMASK 0x20 #define SA_NOMASK 0x20
#define SA_SHIRQ 0x40 #define SA_SHIRQ 0x40
#define SA_NOCLDWAIT 0x100 /* not supported yet */ #define SA_NOCLDWAIT 0x100
#define SA_SIGINFO 0x200 #define SA_SIGINFO 0x200
#define SIG_BLOCK 0x01 /* for blocking signals */ #define SIG_BLOCK 0x01 /* for blocking signals */
......
...@@ -145,7 +145,7 @@ struct sigstack { ...@@ -145,7 +145,7 @@ struct sigstack {
#define SA_INTERRUPT 0x10 #define SA_INTERRUPT 0x10
#define SA_NOMASK 0x20 #define SA_NOMASK 0x20
#define SA_SHIRQ 0x40 #define SA_SHIRQ 0x40
#define SA_NOCLDWAIT 0x100 /* not supported yet */ #define SA_NOCLDWAIT 0x100
#define SA_SIGINFO 0x200 #define SA_SIGINFO 0x200
......
...@@ -88,7 +88,7 @@ typedef unsigned long sigset_t; ...@@ -88,7 +88,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
...@@ -93,7 +93,7 @@ typedef unsigned long sigset_t; ...@@ -93,7 +93,7 @@ typedef unsigned long sigset_t;
* Unix names RESETHAND and NODEFER respectively. * Unix names RESETHAND and NODEFER respectively.
*/ */
#define SA_NOCLDSTOP 0x00000001 #define SA_NOCLDSTOP 0x00000001
#define SA_NOCLDWAIT 0x00000002 /* not supported yet */ #define SA_NOCLDWAIT 0x00000002
#define SA_SIGINFO 0x00000004 #define SA_SIGINFO 0x00000004
#define SA_ONSTACK 0x08000000 #define SA_ONSTACK 0x08000000
#define SA_RESTART 0x10000000 #define SA_RESTART 0x10000000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment