OSDN Git Service

Atsushi Nemoto writes:
authorEric Andersen <andersen@codepoet.org>
Mon, 11 Sep 2006 18:46:39 +0000 (18:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 11 Sep 2006 18:46:39 +0000 (18:46 -0000)
commit7f9010b2d3df3716c67fc00a0f1ec3c5fd127311
treeb9c200d8eadf8d6f7ad9d174cd0570699f7a199e
parenta22508d835ca1d7657d5ec41667e466e5e88fd9f
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
libc/sysdeps/linux/mips/pipe.S
libc/sysdeps/linux/mips/sys/sysmips.h
libc/sysdeps/linux/mips/syscall.S