summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-01-08 06:23:11 +0000
committerdchagin <dchagin@FreeBSD.org>2015-01-08 06:23:11 +0000
commit8d0bd37b09ff9f727ed96f1319ca7a946e12fa9b (patch)
tree3dff8d0a0882eff9a44dd783c01ec697b7e31edf /sys/i386/linux
parent881f69699c38b25568fa51a3937070d03607e2c7 (diff)
downloadFreeBSD-src-8d0bd37b09ff9f727ed96f1319ca7a946e12fa9b.zip
FreeBSD-src-8d0bd37b09ff9f727ed96f1319ca7a946e12fa9b.tar.gz
MFC r276508, r276509:
Correct an argument status of wait4 syscall for Linuxulator.
Diffstat (limited to 'sys/i386/linux')
-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 0b119bf..5b4f3a6 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); }
OpenPOWER on IntegriCloud