summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/setjmp.h
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-08-13 18:08:15 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-08-13 18:08:15 +0000
commitdffe3cc511f8c616fc8fc05816d865264bffbeb3 (patch)
tree7c02c9d6248a58b93c31716bbfdf76982ffd6aa4 /fixincludes/tests/base/setjmp.h
parent30c8821b37f20d584c0c11618d5d1787d44961c8 (diff)
inclhack.def (hpux_longjmp): New fix.
* inclhack.def (hpux_longjmp): New fix. * fixincl.x: Regenerate. * tests/base/setjmp.h: New test file. From-SVN: r239446
Diffstat (limited to 'fixincludes/tests/base/setjmp.h')
-rw-r--r--fixincludes/tests/base/setjmp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/setjmp.h b/fixincludes/tests/base/setjmp.h
new file mode 100644
index 00000000000..816ff7f15e0
--- /dev/null
+++ b/fixincludes/tests/base/setjmp.h
@@ -0,0 +1,14 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/setjmp.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( HPUX_LONGJMP_CHECK )
+extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
+#endif /* HPUX_LONGJMP_CHECK */