diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/longjmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/longjmp.c b/libc/sysdeps/linux/common/longjmp.c index 8c3679374..f80f3d8f1 100644 --- a/libc/sysdeps/linux/common/longjmp.c +++ b/libc/sysdeps/linux/common/longjmp.c @@ -22,7 +22,7 @@ libc_hidden_proto(sigprocmask) -extern void __longjmp (__jmp_buf __env, int val); +extern __typeof(longjmp) __longjmp; libc_hidden_proto(__longjmp) /* Set the signal mask to the one specified in ENV, and jump |