summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-29 22:24:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-29 22:24:53 +0000
commit27e4c91c63bee83d61a198cc04495b4630dc61c1 (patch)
tree18461a8cf3bb92f9ec750496161ffffcca966f58 /libc/sysdeps/linux/i386
parentba4c380d515156b93471ca25df70e23c3d363806 (diff)
need to include features.h to get uclibc defines
Diffstat (limited to 'libc/sysdeps/linux/i386')
-rw-r--r--libc/sysdeps/linux/i386/crt1.S2
-rw-r--r--libc/sysdeps/linux/i386/syscall.S2
2 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/crt1.S b/libc/sysdeps/linux/i386/crt1.S
index 12299c687..afff8a5aa 100644
--- a/libc/sysdeps/linux/i386/crt1.S
+++ b/libc/sysdeps/linux/i386/crt1.S
@@ -54,6 +54,8 @@
NULL
*/
+#include <features.h>
+
.text
.globl _start
.type _start,@function
diff --git a/libc/sysdeps/linux/i386/syscall.S b/libc/sysdeps/linux/i386/syscall.S
index 69cafd4fe..feccc240f 100644
--- a/libc/sysdeps/linux/i386/syscall.S
+++ b/libc/sysdeps/linux/i386/syscall.S
@@ -19,6 +19,8 @@
* syscall(__NR_exit, 42);
* and things will just work.
*/
+
+#include <features.h>
.text
.align 4