From 763bbf9e9a27426c9be8322dca5ddf2cb4dbc464 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Jul 2009 15:09:29 -0400 Subject: syscall: unify part 2: NCS variety Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/sparc/bits/syscalls.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/sysdeps/linux/sparc') diff --git a/libc/sysdeps/linux/sparc/bits/syscalls.h b/libc/sysdeps/linux/sparc/bits/syscalls.h index 55420104b..78f143911 100644 --- a/libc/sysdeps/linux/sparc/bits/syscalls.h +++ b/libc/sysdeps/linux/sparc/bits/syscalls.h @@ -35,11 +35,6 @@ #define DEBUG_SYSCALL(name) do{} while(0) #endif - -#define INTERNAL_SYSCALL( name, err, nr, args...) \ - INTERNAL_SYSCALL_NCS( __NR_##name, err, nr, args ) - - #define INTERNAL_SYSCALL_NCS(sys_num, err, nr, args...) \ ({ \ unsigned int __res; \ -- cgit v1.2.3