summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/__longjmp.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-24 14:40:45 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-24 14:40:45 +0000
commit75df202c7127f8cb6bc08ff56e52bd38af3265e7 (patch)
treed0769028724f8dbbb75ce5cecbf05d346ffa7876 /libc/sysdeps/linux/mips/__longjmp.c
parentba782c98a8230abc42c52972dc413a54423605f7 (diff)
Use __typeof for __longjmp, remove alias to longjmp for cris, should be covered by common/longjmp.c
Diffstat (limited to 'libc/sysdeps/linux/mips/__longjmp.c')
-rw-r--r--libc/sysdeps/linux/mips/__longjmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/__longjmp.c b/libc/sysdeps/linux/mips/__longjmp.c
index 21042e9ad..557ea8be8 100644
--- a/libc/sysdeps/linux/mips/__longjmp.c
+++ b/libc/sysdeps/linux/mips/__longjmp.c
@@ -22,7 +22,7 @@
#include <stdlib.h>
-extern void __longjmp (__jmp_buf __env, int val);
+extern __typeof(longjmp) __longjmp;
libc_hidden_proto(__longjmp)
#ifndef __GNUC__