Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 15:04:13 +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: r283392 - head/sys/i386/linux
Message-ID:  <201505241504.t4OF4DZO040109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sun May 24 15:04:12 2015
New Revision: 283392
URL: https://svnweb.freebsd.org/changeset/base/283392

Log:
  struct l_rusage does not defined for i386 Linuxulator due to it's nature.
  
  Differential Revision:	https://reviews.freebsd.org/D2139

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

Modified: head/sys/i386/linux/syscalls.master
==============================================================================
--- head/sys/i386/linux/syscalls.master	Sun May 24 15:03:09 2015	(r283391)
+++ head/sys/i386/linux/syscalls.master	Sun May 24 15:04:12 2015	(r283392)
@@ -208,7 +208,7 @@
 113	AUE_NULL	STD	{ int linux_vm86old(void); }
 114	AUE_WAIT4	STD	{ int linux_wait4(l_pid_t pid, \
 				    l_int *status, l_int options, \
-				    struct l_rusage *rusage); }
+				    void *rusage); }
 115	AUE_SWAPOFF	STD	{ int linux_swapoff(void); }
 116	AUE_NULL	STD	{ int linux_sysinfo(struct l_sysinfo *info); }
 117	AUE_NULL	STD	{ int linux_ipc(l_uint what, l_int arg1, \



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