summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/setjmp.h')
-rw-r--r--sys/ia64/include/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/setjmp.h b/sys/ia64/include/setjmp.h
index 24636c1..5774efc 100644
--- a/sys/ia64/include/setjmp.h
+++ b/sys/ia64/include/setjmp.h
@@ -103,11 +103,11 @@
* internally to avoid some run-time errors for mismatches.
*/
#ifndef _ANSI_SOURCE
-typedef struct {
+typedef struct _sigjmp_buf {
char Buffer[ J_END + JMPBUF_ALIGNMENT ];
} sigjmp_buf[1];
#endif /* not ANSI */
-typedef struct {
+typedef struct _jmp_buf {
char Buffer[ J_END + JMPBUF_ALIGNMENT ];
} jmp_buf[1];
#endif
OpenPOWER on IntegriCloud