]> granicus.if.org Git - strace/commitdiff
sparc: remove some unused declarations and macros
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 15:03:26 +0000 (19:03 +0400)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 15:03:26 +0000 (19:03 +0400)
* 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

index 26064f3bcb1842dc19ee207c3ec044ad6598502d..0c87fa678d44281c3db6f36407c4475a8044b407 100644 (file)
@@ -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