Răsfoiți Sursa

parisc: fix epoll_pwait syscall on compat kernel

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 <deller@gmx.de>
CC: stable@kernel.org   # 3.0+
Helge Deller 11 ani în urmă
părinte
comite
ab3e55b119
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      arch/parisc/kernel/syscall_table.S

+ 1 - 1
arch/parisc/kernel/syscall_table.S

@@ -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 */