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
This commit is contained in:
parent
f88f925efc
commit
3d39316d2b
@ -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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user