summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-29 22:30:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-29 22:30:12 +0000
commitcc90599160e581982dd106a1292878d9ed51e315 (patch)
treef228a25e803daf26e2d1ac2abfd2f2347200d552 /libc/sysdeps
parent27e4c91c63bee83d61a198cc04495b4630dc61c1 (diff)
need to include features.h to get uclibc defines
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/alpha/crt0.S2
-rw-r--r--libc/sysdeps/linux/sh/__longjmp.S1
2 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/crt0.S b/libc/sysdeps/linux/alpha/crt0.S
index 2e2941042..2d6a5a3a7 100644
--- a/libc/sysdeps/linux/alpha/crt0.S
+++ b/libc/sysdeps/linux/alpha/crt0.S
@@ -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
diff --git a/libc/sysdeps/linux/sh/__longjmp.S b/libc/sysdeps/linux/sh/__longjmp.S
index 1bab16c94..9e310a283 100644
--- a/libc/sysdeps/linux/sh/__longjmp.S
+++ b/libc/sysdeps/linux/sh/__longjmp.S
@@ -20,6 +20,7 @@
#define _SETJMP_H
#define _ASM
#include <bits/setjmp.h>
+#include <features.h>
/* __longjmp(jmpbuf, val) */