From 6c3524e1f00e4770d8683ca9282ca2d809e0ebc5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 4 Feb 2007 09:43:11 +0000 Subject: fixup includes so we compile again --- libc/sysdeps/linux/sh/clone.S | 5 ++--- libc/sysdeps/linux/sh/vfork.S | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/sh') diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S index dec05a2c7..f9141eb0c 100644 --- a/libc/sysdeps/linux/sh/clone.S +++ b/libc/sysdeps/linux/sh/clone.S @@ -20,10 +20,9 @@ and invokes a function in the right context after its all over. */ #include -#include -#define _ERRNO_H 1 +#include +#define _ERRNO_H #include -#define _SYSCALL_H #include diff --git a/libc/sysdeps/linux/sh/vfork.S b/libc/sysdeps/linux/sh/vfork.S index 5d7e51dd5..a9b440d8f 100644 --- a/libc/sysdeps/linux/sh/vfork.S +++ b/libc/sysdeps/linux/sh/vfork.S @@ -21,9 +21,8 @@ */ #include -#define _SYSCALL_H -#include -#define _ERRNO_H 1 +#include +#define _ERRNO_H #include #include -- cgit v1.2.3