aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h7
-rw-r--r--sysdeps/unix/sysv/linux/ia64/sys/ucontext.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
index 8daaa5e..7f99d85 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <jes@linuxcare.com>, July 2000
@@ -21,6 +21,9 @@
# error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
#endif
+#ifndef _BITS_SIGCONTEXT_H
+#define _BITS_SIGCONTEXT_H 1
+
#include <asm/fpu.h>
#include <bits/sigstack.h>
@@ -50,3 +53,5 @@ struct sigcontext
* include the kernel headers here. */
unsigned long int sc_mask; /* signal mask to restore after handler returns */
};
+
+#endif _BITS_SIGCONTEXT_H
diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
index 8ca5220..017d6e7 100644
--- a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
@@ -22,7 +22,7 @@
#include <features.h>
#include <signal.h>
-#include <bits/sigstack.h>
+#include <bits/sigcontext.h>
/*
* These are here mostly for backwards compatibility with older Unices.