Sigh, add getcpu(2) chunk missed in r356229.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
da7627d797
commit
79ae56a772
@ -1711,7 +1711,11 @@
|
||||
}
|
||||
; linux 2.6.19:
|
||||
345 AUE_NULL STD {
|
||||
int linux_getcpu(void);
|
||||
int linux_getcpu(
|
||||
l_uint *cpu,
|
||||
l_uint *node,
|
||||
void *cache
|
||||
);
|
||||
}
|
||||
346 AUE_NULL STD {
|
||||
int linux_epoll_pwait(
|
||||
|
Loading…
x
Reference in New Issue
Block a user