OSDN Git Service

fixup includes so we compile again
authorMike Frysinger <vapier@gentoo.org>
Sun, 4 Feb 2007 09:43:11 +0000 (09:43 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 4 Feb 2007 09:43:11 +0000 (09:43 -0000)
libc/sysdeps/linux/sh/clone.S
libc/sysdeps/linux/sh/vfork.S

index dec05a2..f9141eb 100644 (file)
    and invokes a function in the right context after its all over.  */
 
 #include <features.h>
-#include <asm/unistd.h>
-#define _ERRNO_H       1
+#include <sys/syscall.h>
+#define _ERRNO_H
 #include <bits/errno.h>
-#define _SYSCALL_H
 #include <bits/sysnum.h>
 
 
index 5d7e51d..a9b440d 100644 (file)
@@ -21,9 +21,8 @@
 */
 
 #include <features.h>
-#define _SYSCALL_H
-#include <bits/sysnum.h>
-#define _ERRNO_H       1
+#include <sys/syscall.h>
+#define _ERRNO_H
 #include <bits/errno.h>
 #include <bits/sysnum.h>