OSDN Git Service

Add a syscall() implementation using a hacked version of the syscall6 macro.
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 2 Dec 2003 19:06:32 +0000 (19:06 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 2 Dec 2003 19:06:32 +0000 (19:06 -0000)
commitbadf426f10ec949aa853aff22123c4e783a421c5
treed02c50fd4ae6e68e687a6b4cba6471c9a135867f
parent49583513c6f0575f89c32f4c38315327ab41721f
Add a syscall() implementation using a hacked version of the syscall6 macro.
Untested, but syscall() is needed by busybox for pivot_root at least.
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh/syscall.c [new file with mode: 0644]