From 72677cc3d8403da4b35c99617352bde347780222 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 22 Jul 2002 17:10:30 +0000 Subject: Rework syscall handling. Rewrite syscall handlers for x86 and ARM. Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik --- extra/scripts/gen_bits_syscall_h.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index 6ebbb434b..ce599c9b0 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -22,7 +22,6 @@ $CC -E - | echo "# error \"Never use directly; include instead.\"" ; echo "#endif" ; echo ; sed -ne 's/^UCLIBC_\([A-Za-z0-9_]*\) *\(.*\)/#define __NR_\1 \2\ -#define SYS_\1 __NR_\1\ -#define __STR_NR_\1 \"\2\"/gp' +#define SYS_\1 __NR_\1/gp' echo "#endif" ; echo ; ) -- cgit v1.2.3