Correct an argument status of wait4 syscall for Linuxulator.

MFC after:	1 week
This commit is contained in:
Dmitry Chagin 2015-01-01 18:37:03 +00:00
parent 2a8af197d4
commit 0161038329
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276508

View File

@ -207,7 +207,7 @@
112 AUE_NULL UNIMPL idle
113 AUE_NULL UNIMPL vm86old
114 AUE_WAIT4 STD { int linux_wait4(l_pid_t pid, \
l_uint *status, l_int options, \
l_int *status, l_int options, \
struct l_rusage *rusage); }
115 AUE_SWAPOFF STD { int linux_swapoff(void); }
116 AUE_NULL STD { int linux_sysinfo(struct l_sysinfo *info); }