Fix definitions for Linux getcpu(2).

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2019-12-31 15:57:29 +00:00
parent 3087a96bc4
commit 08fb04a272
2 changed files with 4 additions and 2 deletions

View File

@ -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); }

View File

@ -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); }