Add sysinfo.

This commit is contained in:
augustss 2000-12-13 21:41:46 +00:00
parent ccf2c891cc
commit b907acd3fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.49 2000/12/12 22:23:02 jdolecek Exp $
$NetBSD: syscalls.master,v 1.50 2000/12/13 21:41:46 augustss Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -204,7 +204,7 @@
114 STD { int linux_sys_wait4(int pid, int *status, \
int options, struct rusage *rusage); }
115 STD { int linux_sys_swapoff(const char *path); }
116 UNIMPL sysinfo
116 STD { int linux_sys_sysinfo(struct linux_sysinfo *arg); }
117 STD { int linux_sys_ipc(int what, int a1, int a2, int a3, \
caddr_t ptr); }
118 NOARGS { int sys_fsync(int fd); }