mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Fix definitions for Linux getcpu(2).
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0eefd3079a
commit
a8bfc7a85c
2 changed files with 4 additions and 2 deletions
|
|
@ -531,7 +531,8 @@
|
|||
; Linux 2.6.18:
|
||||
317 AUE_NULL STD { int linux_move_pages(void); }
|
||||
; Linux 2.6.19:
|
||||
318 AUE_NULL STD { int linux_getcpu(void); }
|
||||
318 AUE_NULL STD { int linux_getcpu(l_uint *cpu, l_uint *node, \
|
||||
void *cache); }
|
||||
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
|
||||
l_int maxevents, l_int timeout, l_sigset_t *mask, \
|
||||
l_size_t sigsetsize); }
|
||||
|
|
|
|||
|
|
@ -540,7 +540,8 @@
|
|||
; Linux 2.6.18:
|
||||
317 AUE_NULL STD { int linux_move_pages(void); }
|
||||
; Linux 2.6.19:
|
||||
318 AUE_NULL STD { int linux_getcpu(void); }
|
||||
318 AUE_NULL STD { int linux_getcpu(l_uint *cpu, l_uint *node, \
|
||||
void *cache); }
|
||||
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
|
||||
l_int maxevents, l_int timeout, l_sigset_t *mask, \
|
||||
l_size_t sigsetsize); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue