1 #ifndef _COMPAT_MACHINE_JMP_BUF_H
2 #define _COMPAT_MACHINE_JMP_BUF_H
4 /* This file is strictly dependant on the libc's
5 * setjmp/longjmp code! Keep it in sync! */
7 /* This is used only by libddekit's src/thread.c.
8 * Being incredibly fragile (not to mention hardly
9 * portable, it would be a good idea to replace
16 #endif /* _COMPAT_MACHINE_JMP_BUF_H */