* [RESEND] [PATCH] Fix wrong error code from ppc32 select syscall
@ 2009-11-23 13:25 Josh Boyer
0 siblings, 0 replies; only message in thread
From: Josh Boyer @ 2009-11-23 13:25 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev, paulus, arnd
From: Arnd Bergmann <arnd@arndb.de>, Paul Mackerras <paulus@samba.org>
This patch was submitted, discussed, and eventually Acked by everyone, yet
still isn't in the tree. See:
http://patchwork.ozlabs.org/patch/1240/
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: Arnd Bergmann <arnd@anrdb.de>
Cc: Paul Mackerras <paulus@samba.org>
---
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl
index c7d671a..07d2d19 100644
--- a/arch/powerpc/include/asm/systbl.h
+++ b/arch/powerpc/include/asm/systbl.h
@@ -145,7 +145,7 @@ SYSCALL_SPU(setfsuid)
SYSCALL_SPU(setfsgid)
SYSCALL_SPU(llseek)
COMPAT_SYS_SPU(getdents)
-SYSX_SPU(sys_select,ppc32_select,ppc_select)
+SYSX_SPU(sys_select,ppc32_select,sys_select)
SYSCALL_SPU(flock)
SYSCALL_SPU(msync)
COMPAT_SYS_SPU(readv)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-23 13:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 13:25 [RESEND] [PATCH] Fix wrong error code from ppc32 select syscall Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).