summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-06 22:38:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-06 22:38:22 +0200
commitda70e8794f1c3e36a5bf3d2ba8089aec0caf8a0f (patch)
treec814723c01116ad9a54235936e581ebc26e33e44
parentcf0f170b94a0e387e526ac3dd52badaf184f0dd9 (diff)
parent3a984367b8a104079281b92becb5a80fcacc1b49 (diff)
Merge commit 'refs/top-bases/t/hurdsig-fixes-2' into t/hurdsig-fixes-2
-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