OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / i386 / __longjmp.S
index 52f53bb..d73a7cd 100644 (file)
@@ -17,6 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <features.h>
 #define _ASM
 #define _SETJMP_H
 #include <bits/setjmp.h>
@@ -38,3 +39,5 @@ __longjmp:
        /* Jump to saved PC.  */
        jmp *%edx
 .size __longjmp,.-__longjmp
+
+libc_hidden_def(__longjmp)