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:
dchagin 2015-05-24 15:04:12 +00:00
parent e28b659be1
commit 03d6110098

View File

@ -208,7 +208,7 @@
113 AUE_NULL STD { int linux_vm86old(void); } 113 AUE_NULL STD { int linux_vm86old(void); }
114 AUE_WAIT4 STD { int linux_wait4(l_pid_t pid, \ 114 AUE_WAIT4 STD { int linux_wait4(l_pid_t pid, \
l_int *status, l_int options, \ l_int *status, l_int options, \
struct l_rusage *rusage); } void *rusage); }
115 AUE_SWAPOFF STD { int linux_swapoff(void); } 115 AUE_SWAPOFF STD { int linux_swapoff(void); }
116 AUE_NULL STD { int linux_sysinfo(struct l_sysinfo *info); } 116 AUE_NULL STD { int linux_sysinfo(struct l_sysinfo *info); }
117 AUE_NULL STD { int linux_ipc(l_uint what, l_int arg1, \ 117 AUE_NULL STD { int linux_ipc(l_uint what, l_int arg1, \