Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
f5956f84
Commit
f5956f84
authored
Oct 18, 2006
by
Heiko Carstens
Committed by
Martin Schwidefsky
Oct 18, 2006
Browse files
[S390] Wire up epoll_pwait syscall.
Signed-off-by:
Heiko Carstens
<
heiko.carstens@de.ibm.com
>
parent
8b42f5c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
arch/s390/kernel/syscalls.S
View file @
f5956f84
...
...
@@ -320,3 +320,4 @@ SYSCALL(sys_tee,sys_tee,sys_tee_wrapper)
SYSCALL
(
sys_vmsplice
,
sys_vmsplice
,
compat_sys_vmsplice_wrapper
)
NI_SYSCALL
/
*
310
sys_move_pages
*/
SYSCALL
(
sys_getcpu
,
sys_getcpu
,
sys_getcpu_wrapper
)
SYSCALL
(
sys_epoll_pwait
,
sys_epoll_pwait
,
sys_ni_syscall
)
include/asm-s390/unistd.h
View file @
f5956f84
...
...
@@ -249,8 +249,9 @@
#define __NR_vmsplice 309
/* Number 310 is reserved for new sys_move_pages */
#define __NR_getcpu 311
#define __NR_epoll_pwait 312
#define NR_syscalls 31
2
#define NR_syscalls 31
3
/*
* There are some system calls that are not present on 64 bit, some
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment