1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

Fix definitions for Linux getcpu(2).

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala
2019-12-31 15:57:29 +00:00
parent 0eefd3079a
commit a8bfc7a85c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356229
2 changed files with 4 additions and 2 deletions
+2 -1
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); }
+2 -1
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); }