diff options
Diffstat (limited to 'debug/longjmp_chk.c')
-rw-r--r-- | debug/longjmp_chk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debug/longjmp_chk.c b/debug/longjmp_chk.c index 1a927f5ac1..1cea6c05ef 100644 --- a/debug/longjmp_chk.c +++ b/debug/longjmp_chk.c @@ -17,10 +17,6 @@ #include <setjmp.h> -// XXX Should move to include/setjmp.h -extern void ____longjmp_chk (__jmp_buf __env, int __val) - __attribute__ ((__noreturn__)); - #define __longjmp ____longjmp_chk #define __libc_siglongjmp __longjmp_chk |