mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
001398c4c5
commit
28ca9c9e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue