From d4d4f37fda7fa57e57132ff2f0d735ce7cc2178e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Sep 2016 12:29:56 +0200 Subject: cleanup ppc port Remove powerpc64 bits as we only support powerpc32. --- libc/sysdeps/linux/powerpc/bits/syscalls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/powerpc/bits/syscalls.h b/libc/sysdeps/linux/powerpc/bits/syscalls.h index d0f78c365..728b361b7 100644 --- a/libc/sysdeps/linux/powerpc/bits/syscalls.h +++ b/libc/sysdeps/linux/powerpc/bits/syscalls.h @@ -137,7 +137,8 @@ "sc; bnslr+" sequence) and CR (where only CR0.SO is clobbered to signal an error return status). */ -# define INTERNAL_SYSCALL_DECL(err) long int err +# undef INTERNAL_SYSCALL_DECL +# define INTERNAL_SYSCALL_DECL(err) long int err __attribute__((unused)) # define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ (__extension__ \ -- cgit v1.2.3