From ebe3d3a64027b3467dc617f4dc08b7c36a64b8de Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 7 May 2013 19:03:26 +0400 Subject: 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. --- linux/syscall.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/linux/syscall.h b/linux/syscall.h index 26064f3..0c87fa6 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 -- cgit v1.2.3