Эх сурвалжийг харах

need to include features.h to get uclibc defines

Mike Frysinger 20 жил өмнө
parent
commit
27e4c91c63

+ 2 - 0
libc/sysdeps/linux/i386/crt1.S

@@ -54,6 +54,8 @@
 					NULL
 */
 
+#include <features.h>
+
 	.text
 	.globl	_start
 	.type	_start,@function

+ 2 - 0
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