]> Git Repo - linux.git/commitdiff
parisc: fix epoll_pwait syscall on compat kernel
authorHelge Deller <[email protected]>
Sat, 12 Apr 2014 22:03:55 +0000 (00:03 +0200)
committerHelge Deller <[email protected]>
Sun, 13 Apr 2014 13:07:57 +0000 (15:07 +0200)
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+
arch/parisc/kernel/syscall_table.S

index 80e5dd248934e26ca94916c1e1f7c2cd6cffbefd..83ead0ea127d23cdcb10115a5b04d76f40e10612 100644 (file)
        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 */
This page took 0.056999 seconds and 4 git commands to generate.