diff options
author | pirzyk <pirzyk@FreeBSD.org> | 2001-07-23 06:17:34 +0000 |
---|---|---|
committer | pirzyk <pirzyk@FreeBSD.org> | 2001-07-23 06:17:34 +0000 |
commit | 9e1d27507a0657f7cc747095a25ceea43abb4b85 (patch) | |
tree | 1f103aa2a062310550209e9f689a1fd129ef8071 /sys/i386/linux/syscalls.master | |
parent | 054d1f29d9c361a2402fcc835954cd9230708910 (diff) | |
download | FreeBSD-src-9e1d27507a0657f7cc747095a25ceea43abb4b85.zip FreeBSD-src-9e1d27507a0657f7cc747095a25ceea43abb4b85.tar.gz |
Added the proper arguments the sysinfo system call
PR: kern/27759
Reviewed by: marcel
Approved by: marcel
Obtained from: Linux man page sysinfo(2)
MFC after: 1 week
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r-- | sys/i386/linux/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 0ef794b..91f892a 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -178,7 +178,7 @@ 114 STD LINUX { int linux_wait4(int pid, int *status, \ int options, struct rusage *rusage); } 115 STD LINUX { int linux_swapoff(void); } -116 STD LINUX { int linux_sysinfo(void); } +116 STD LINUX { int linux_sysinfo(struct sysinfo *info); } 117 STD LINUX { int linux_ipc(int what, int arg1, int arg2, \ int arg3, caddr_t ptr); } 118 NOPROTO LINUX { int fsync(int fd); } |