summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-18 02:32:49 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-18 02:32:49 +0200
commit0b78c631b4429abf438252dd661b6426b7a75e4e (patch)
tree80ae2b964883a6e1004feade4aab2424c5b04099
parent406b031c996ec4cd8c76d251de8b7bf462d8b975 (diff)
Always define SA_SIGINFO
-rw-r--r--sysdeps/mach/hurd/bits/sigaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/sigaction.h b/sysdeps/mach/hurd/bits/sigaction.h
index 7204fc6b86..7ad6a326bb 100644
--- a/sysdeps/mach/hurd/bits/sigaction.h
+++ b/sysdeps/mach/hurd/bits/sigaction.h
@@ -61,9 +61,9 @@ struct sigaction
# define SA_NODEFER 0x0010 /* Don't automatically block the signal when
its handler is being executed. */
# define SA_RESETHAND 0x0004 /* Reset to SIG_DFL on entry to handler. */
-# define SA_SIGINFO 0x0040 /* Signal handler with SA_SIGINFO args */
#endif
#define SA_NOCLDSTOP 0x0008 /* Don't send SIGCHLD when children stop. */
+#define SA_SIGINFO 0x0040 /* Signal handler with SA_SIGINFO args */
#ifdef __USE_MISC
# define SA_INTERRUPT 0 /* Historical no-op ("not SA_RESTART"). */