struct l_rusage does not defined for i386 Linuxulator due to it's nature.

Differential Revision:	https://reviews.freebsd.org/D2139
This commit is contained in:
Dmitry Chagin 2015-05-24 15:04:12 +00:00
parent 001398c4c5
commit 28ca9c9e0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283392

View File

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