From 67ed3d4a5cc3deaed2433756d37d9a11ad4b04bc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 12 Oct 2001 19:21:40 +0000 Subject: A small patch from Erwin Authried *) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now. *) Minor tweek to syscall definitions --- extra/scripts/gen_bits_syscall_h.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index bb31914a5..3adb03770 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -19,7 +19,7 @@ $CC -E - | echo "#ifndef _SYSCALL_H" ; echo "# error \"Never use directly; include instead.\"" ; echo "#endif" ; echo ; - sed -ne 's/^UCLIBC_\([A-Za-z0-9_]*\) *\(.*\)/#define SYS_\1 \2\ -#define __NR_\1 \2\ + sed -ne 's/^UCLIBC_\([A-Za-z0-9_]*\) *\(.*\)/#define __NR_\1 \2\ +#define SYS_\1 __NR_\1\ #define __STR_NR_\1 \"\2\"/gp' ) -- cgit v1.2.3