aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-01-01 18:41:34 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-01-01 18:41:34 +0000
commit0db7526f14300698b630616f7fbaaaaa6a095c2c (patch)
treeef061e37ec00695b8983ca4ea97389491b8e4430 /sys/i386
parent016103832991586cc44f6e3e6c956c1d045865cc (diff)
downloadsrc-0db7526f14300698b630616f7fbaaaaa6a095c2c.tar.gz
src-0db7526f14300698b630616f7fbaaaaa6a095c2c.zip
Correct an argument status of wait4 syscall for Linuxulator.
Forgot about i386. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=276509
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 0b119bf5620b..5b4f3a6340fe 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -208,7 +208,7 @@
112 AUE_NULL UNIMPL idle
113 AUE_NULL STD { int linux_vm86old(void); }
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); }