Skip to content

Commit c1c862b

Browse files
committed
more setjmp
1 parent 7539f51 commit c1c862b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ifdef __EMSCRIPTEN__
2+
#define sigsetjmp(buf, x) setjmp((buf))
3+
#endif
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ifdef __EMSCRIPTEN__
2+
#define siglongjmp(buf, val) longjmp(buf, val)
3+
#endif

0 commit comments

Comments
 (0)