summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-06 22:38:21 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-06 22:38:21 +0200
commite46539eb51fc67c45428b935a9f66b4ff4e6697d (patch)
treee94b21724449ab0b26d830c26ef53bf4fac43fe2 /sysdeps/mach/hurd
parent6ebe83f7dcdf1dd028aa9bc97d8d80afc8ea96d8 (diff)
parent3a984367b8a104079281b92becb5a80fcacc1b49 (diff)
Merge branch 't/hurdsig-SA_SIGINFO' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/bits/sigaction.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/sigaction.h b/sysdeps/mach/hurd/bits/sigaction.h
index 7ad6a326bb..d7db36f611 100644
--- a/sysdeps/mach/hurd/bits/sigaction.h
+++ b/sysdeps/mach/hurd/bits/sigaction.h
@@ -16,6 +16,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _BITS_SIGACTION_H
+#define _BITS_SIGACTION_H 1
+
#ifndef _SIGNAL_H
# error "Never include <bits/sigaction.h> directly; use <signal.h> instead."
#endif
@@ -79,3 +82,5 @@ struct sigaction
#define SIG_BLOCK 1 /* Block signals. */
#define SIG_UNBLOCK 2 /* Unblock signals. */
#define SIG_SETMASK 3 /* Set the set of blocked signals. */
+
+#endif