Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 18:41:34 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276509 - head/sys/i386/linux
Message-ID:  <201501011841.t01IfYbO086342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Thu Jan  1 18:41:34 2015
New Revision: 276509
URL: https://svnweb.freebsd.org/changeset/base/276509

Log:
  Correct an argument status of wait4 syscall for Linuxulator.
  Forgot about i386.
  
  MFC after:	1 week

Modified:
  head/sys/i386/linux/syscalls.master

Modified: head/sys/i386/linux/syscalls.master
==============================================================================
--- head/sys/i386/linux/syscalls.master	Thu Jan  1 18:37:03 2015	(r276508)
+++ head/sys/i386/linux/syscalls.master	Thu Jan  1 18:41:34 2015	(r276509)
@@ -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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011841.t01IfYbO086342>