Usermode/libc-libposix - Features for SpiderWeb/SpiderScript
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / setjmp.h
index 53f3fbf..2e59c6d 100644 (file)
@@ -9,9 +9,9 @@
 #define _LIBC_SETJMP_H_
 
 #if ARCHDIR_is_x86
-typedef uint32_t       jmp_buf[8];
+typedef void   *jmp_buf[8];
 #elif ARCHDIR_is_x86_64
-typedef uint64_t       jmp_buf[16];
+typedef void   *jmp_buf[16];
 #else
 # error "Unknown Architecture"
 #endif

UCC git Repository :: git.ucc.asn.au