diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-01 16:37:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-01 16:37:14 +0000 |
commit | 86352425c2fd7b0a5a007211517c34642ec328d6 (patch) | |
tree | e5cf9c0a70d1647ceb880eba3566b57ed744d591 /sysdeps/unix/sysv/linux/arm/sigcontextinfo.h | |
parent | 52bc074fec2a0e606b69f6d94198a6cbcb044442 (diff) | |
download | glibc-86352425c2fd7b0a5a007211517c34642ec328d6.tar.gz glibc-86352425c2fd7b0a5a007211517c34642ec328d6.tar.xz glibc-86352425c2fd7b0a5a007211517c34642ec328d6.zip |
Update.
1999-08-31 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Enclose header in an #ifdef statement to prevent it from being included twice. * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: #include <bits/armsigctx.h>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/sigcontextinfo.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sigcontextinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h index 51788e0e51..7f6ecbdee1 100644 --- a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h @@ -17,6 +17,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <bits/armsigctx.h> + #define SIGCONTEXT int _a2, int _a3, int _a4, union k_sigcontext #define SIGCONTEXT_EXTRA_ARGS _a2, _a3, _a4, |