Skip to content

Commit

Permalink
parisc: fix epoll_pwait syscall on compat kernel
Browse files Browse the repository at this point in the history
This bug was detected with the libio-epoll-perl debian package where the
test case IO-Ppoll-compat.t failed.

Signed-off-by: Helge Deller <[email protected]>
CC: [email protected]   # 3.0+
  • Loading branch information
hdeller committed Apr 13, 2014
1 parent 0ef36bd commit ab3e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
ENTRY_COMP(vmsplice)
ENTRY_COMP(move_pages) /* 295 */
ENTRY_SAME(getcpu)
ENTRY_SAME(epoll_pwait)
ENTRY_COMP(epoll_pwait)
ENTRY_COMP(statfs64)
ENTRY_COMP(fstatfs64)
ENTRY_COMP(kexec_load) /* 300 */
Expand Down

0 comments on commit ab3e55b

Please sign in to comment.