svn commit: r276508 - head/sys/amd64/linux32
Dmitry Chagin
dchagin at FreeBSD.org
Thu Jan 1 18:37:04 UTC 2015
Author: dchagin
Date: Thu Jan 1 18:37:03 2015
New Revision: 276508
URL: https://svnweb.freebsd.org/changeset/base/276508
Log:
Correct an argument status of wait4 syscall for Linuxulator.
MFC after: 1 week
Modified:
head/sys/amd64/linux32/syscalls.master
Modified: head/sys/amd64/linux32/syscalls.master
==============================================================================
--- head/sys/amd64/linux32/syscalls.master Thu Jan 1 18:12:02 2015 (r276507)
+++ head/sys/amd64/linux32/syscalls.master Thu Jan 1 18:37:03 2015 (r276508)
@@ -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); }
More information about the svn-src-head
mailing list