summaryrefslogtreecommitdiff
path: root/src/signal
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal')
-rw-r--r--src/signal/SA_SIGINFO.c2
-rw-r--r--src/signal/siginfo_t.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/signal/SA_SIGINFO.c b/src/signal/SA_SIGINFO.c
index 749e6a5f..68a55230 100644
--- a/src/signal/SA_SIGINFO.c
+++ b/src/signal/SA_SIGINFO.c
@@ -2,5 +2,5 @@
#define SA_SIGINFO (1<<4)
/*
XOPEN(400)
-POSIX(200809)
+POSIX(199309)
*/
diff --git a/src/signal/siginfo_t.c b/src/signal/siginfo_t.c
index 0a0e907b..39c0b19a 100644
--- a/src/signal/siginfo_t.c
+++ b/src/signal/siginfo_t.c
@@ -14,5 +14,5 @@ typedef struct {
/*
XOPEN(400)
-POSIX(200112)
+POSIX(199309)
*/