diff options
author | Roger Sayle <roger@eyesopen.com> | 2004-09-17 22:58:40 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2004-09-17 22:58:40 +0000 |
commit | fa71a5c3eb2243e5f94dd593966693a36470f35d (patch) | |
tree | 3893f30ae520b23d1e5c6755e4cc1cbc3f5f3ef9 /fixincludes/tests/base | |
parent | 6e3363336bc0669518e7b5d5b94adf7d929ff331 (diff) | |
download | gcc-fa71a5c3eb2243e5f94dd593966693a36470f35d.tar.gz |
inclhack.def (linux_ia64_ucontext): New fix.
* inclhack.def (linux_ia64_ucontext): New fix.
* fixincl.x: Regenerate.
* tests/base/sys/ucontext.h: New file.
From-SVN: r87677
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/sys/ucontext.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fixincludes/tests/base/sys/ucontext.h b/fixincludes/tests/base/sys/ucontext.h new file mode 100644 index 00000000000..6a873672d6c --- /dev/null +++ b/fixincludes/tests/base/sys/ucontext.h @@ -0,0 +1,16 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/sys/ucontext.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( LINUX_IA64_UCONTEXT_CHECK ) +# define _SC_GR0_OFFSET \ + __builtin_offsetof (struct sigcontext, sc_gr[0]) + +#endif /* LINUX_IA64_UCONTEXT_CHECK */ |