make getsysinfo() a system-land call

This commit is contained in:
David van Moolenbroek
2010-09-14 21:50:05 +00:00
parent d299a6422b
commit 354da24f5b
24 changed files with 89 additions and 240 deletions
-1
View File
@@ -56,7 +56,6 @@ SRCS+= \
getpprocnr.S \
getprocnr.S \
getsigset.S \
getsysinfo.S \
getuid.S \
ioctl.S \
isatty.S \
-10
View File
@@ -1,10 +0,0 @@
#include <machine/asm.h>
IMPORT(_getsysinfo)
ENTRY(getsysinfo)
jmp _C_LABEL(_getsysinfo)
IMPORT(_getsysinfo_up)
ENTRY(getsysinfo_up)
jmp _C_LABEL(_getsysinfo_up)