Browse Source

make sure we include the local sysdep.h header

Mike Frysinger 19 years ago
parent
commit
97a4d769ba

+ 1 - 1
libc/sysdeps/linux/cris/__longjmp.S

@@ -18,7 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <features.h>
-#include <sysdep.h>
+#include "sysdep.h"
 #define _SETJMP_H
 #define _ASM
 #include <bits/setjmp.h>

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

@@ -19,7 +19,7 @@
 #include <features.h>
 #include <asm/errno.h>
 #include <sys/syscall.h>
-#include <sysdep.h>
+#include "sysdep.h"
 
 /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
 

+ 1 - 1
libc/sysdeps/linux/cris/fork.c

@@ -4,7 +4,7 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <sysdep.h>
+#include "sysdep.h"
 
 #define __NR___libc_fork __NR_fork
 SYSCALL__ (__libc_fork, 0)

+ 1 - 1
libc/sysdeps/linux/cris/setjmp.S

@@ -17,7 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sysdep.h>
+#include "sysdep.h"
 #define _ASM
 #define _SETJMP_H
 #include <bits/setjmp.h>

+ 1 - 1
libc/sysdeps/linux/cris/syscall.S

@@ -16,7 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <sysdep.h>
+#include "sysdep.h"
 
 	.syntax no_register_prefix
 

+ 1 - 1
libc/sysdeps/linux/cris/sysdep.S

@@ -17,7 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <features.h>
-#include <sysdep.h>
+#include "sysdep.h"
 
 /* Make space for the errno variable.  */