OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / mips / __longjmp.c
index 5be2e97..fb04221 100644 (file)
@@ -82,3 +82,5 @@ void __longjmp (__jmp_buf env, int val_arg)
     /* Avoid `volatile function does return' warnings.  */
     for (;;);
 }
+libc_hidden_proto(__longjmp)
+libc_hidden_def(__longjmp)