OSDN Git Service

need to include features.h to get uclibc defines
authorMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:30:12 +0000 (22:30 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:30:12 +0000 (22:30 -0000)
libc/sysdeps/linux/alpha/crt0.S
libc/sysdeps/linux/sh/__longjmp.S

index 2e29410..2d6a5a3 100644 (file)
@@ -18,6 +18,8 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <features.h>
+
 #define a0      $16     /* argument registers (caller-saved) */
 #define a1      $17
 #define a2      $18
index 1bab16c..9e310a2 100644 (file)
@@ -20,6 +20,7 @@
 #define _SETJMP_H
 #define _ASM
 #include <bits/setjmp.h>
+#include <features.h>
 
 /* __longjmp(jmpbuf, val) */