Sfoglia il codice sorgente

need features.h for new HIDDEN_JUMPTARGET()

Mike Frysinger 20 anni fa
parent
commit
a9edc480b1

+ 1 - 0
libc/sysdeps/linux/arm/clone.S

@@ -21,6 +21,7 @@
    and invokes a function in the right context after its all over.  */
 
 #define _ERRNO_H
+#include <features.h>
 #include <bits/errno.h>
 #include <sys/syscall.h>
 

+ 1 - 0
libc/sysdeps/linux/cris/clone.S

@@ -16,6 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <features.h>
 #include <asm/errno.h>
 #include <sys/syscall.h>
 #include <sysdep.h>

+ 1 - 0
libc/sysdeps/linux/frv/clone.S

@@ -20,6 +20,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #include <asm/unistd.h>
 #define _ERRNO_H	1
 #include <bits/errno.h>

+ 1 - 0
libc/sysdeps/linux/mips/clone.S

@@ -20,6 +20,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #include <asm/unistd.h>
 #include <sys/regdef.h>
 #define _ERRNO_H	1

+ 1 - 0
libc/sysdeps/linux/powerpc/clone.S

@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <features.h>
 #include "ppc_asm.h"
 #define _ERRNO_H	1
 #include <bits/errno.h>