svn commit: r293501 - stable/10/sys/i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 15:25:23 UTC 2016


Author: dchagin
Date: Sat Jan  9 15:25:22 2016
New Revision: 293501
URL: https://svnweb.freebsd.org/changeset/base/293501

Log:
  MFC r283392:
  
  struct l_rusage does not defined for i386 Linuxulator due to it's nature.

Modified:
  stable/10/sys/i386/linux/syscalls.master
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/i386/linux/syscalls.master
==============================================================================
--- stable/10/sys/i386/linux/syscalls.master	Sat Jan  9 15:23:54 2016	(r293500)
+++ stable/10/sys/i386/linux/syscalls.master	Sat Jan  9 15:25:22 2016	(r293501)
@@ -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-stable mailing list