summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/setjmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/setjmp.h b/i386/i386/setjmp.h
index 21c856d..162217a 100644
--- a/i386/i386/setjmp.h
+++ b/i386/i386/setjmp.h
@@ -33,4 +33,6 @@ typedef struct jmp_buf {
int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */
} jmp_buf_t;
+extern int _setjmp(jmp_buf_t*);
+
#endif /* _I386_SETJMP_H_ */