diff --git a/3B2/3b2_defs.h b/3B2/3b2_defs.h index 1b48a1b5..9358e4bf 100644 --- a/3B2/3b2_defs.h +++ b/3B2/3b2_defs.h @@ -54,12 +54,6 @@ #define noret void #endif -#if defined(__GLIBC__) && !defined(__cplusplus) -/* use glibc internal longjmp to bypass fortify checks */ -noret __libc_longjmp(jmp_buf buf, int val); -#define longjmp __libc_longjmp -#endif - #ifndef MAX #define MAX(x, y) ((x) > (y) ? (x) : (y)) #endif