diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h | 7 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/sys/ucontext.h | 2 |
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 8daaa5e485..7f99d853a8 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 8ca52209ba..017d6e7667 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. |