svn commit: r283392 - head/sys/i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun May 24 15:04:13 UTC 2015


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, \


More information about the svn-src-all mailing list