]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[SPARC32]: Silence sparc32 warnings on missing syscalls.
authorMartin Habets <errandir_news@mph.eclipse.co.uk>
Fri, 14 Dec 2007 18:59:50 +0000 (10:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Dec 2007 18:59:50 +0000 (10:59 -0800)
Silence sparc32 warnings on missing syscalls, these won't be added.
This patch is based on this mail:
http://www.mail-archive.com/linux-arch@vger.kernel.org/msg02571.html

Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/unistd.h

index 029b3e0d5e4ca3ea71c286da6ab1291311fb866b..0decdf76371640a45b5fcf43cdb39c862da8f93a 100644 (file)
 
 #define NR_SYSCALLS            315
 
+/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
+ * it never had the plain ones and there is no value to adding those
+ * old versions into the syscall table.
+ */
+#define __IGNORE_setresuid
+#define __IGNORE_getresuid
+#define __IGNORE_setresgid
+#define __IGNORE_getresgid
+
 #ifdef __KERNEL__
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_OLD_READDIR