From: Dmitry V. Levin Date: Tue, 7 May 2013 15:03:26 +0000 (+0400) Subject: sparc: remove some unused declarations and macros X-Git-Tag: v4.8~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebe3d3a64027b3467dc617f4dc08b7c36a64b8de;p=strace sparc: remove some unused declarations and macros * linux/syscall.h [SPARC || SPARC64] (sys_msgsys, sys_semsys, sys_shmsys): Remove declarations. [SPARC || SPARC64] (SYS_semsys_subcall, SYS_semsys_nsubcalls, SYS_msgsys_subcall, SYS_msgsys_nsubcalls, SYS_shmsys_subcall, SYS_shmsys_nsubcalls): Remove macros. --- diff --git a/linux/syscall.h b/linux/syscall.h index 26064f3b..0c87fa67 100644 --- a/linux/syscall.h +++ b/linux/syscall.h @@ -366,14 +366,5 @@ int sys_sram_alloc(); #include "sparc/syscall1.h" int sys_execv(); int sys_getmsg(); -int sys_msgsys(); int sys_putmsg(); -int sys_semsys(); -int sys_shmsys(); -#define SYS_semsys_subcall 200 -#define SYS_semsys_nsubcalls 3 -#define SYS_msgsys_subcall 203 -#define SYS_msgsys_nsubcalls 4 -#define SYS_shmsys_subcall 207 -#define SYS_shmsys_nsubcalls 4 #endif