From 7f9010b2d3df3716c67fc00a0f1ec3c5fd127311 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 11 Sep 2006 18:46:39 +0000 Subject: Atsushi Nemoto writes: The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code. --- libc/sysdeps/linux/mips/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/clone.S') diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S index a562cadfb..7e3838a35 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/libc/sysdeps/linux/mips/clone.S @@ -25,7 +25,7 @@ #include #define _ERRNO_H 1 #include -#include +#include /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg) */ -- cgit v1.2.3