OSDN Git Service

Add #define to handle new ptrace support.
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 9 Feb 2001 15:43:40 +0000 (15:43 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 9 Feb 2001 15:43:40 +0000 (15:43 -0000)
libc/sysdeps/linux/common/str_syscalls.sh

index 676229b..0473e9b 100755 (executable)
@@ -18,6 +18,7 @@ echo "#define __NR__stat __NR_stat"
 echo "#define __NR__lstat __NR_lstat"
 echo "#define __NR__fstat __NR_fstat"
 echo "#define __NR__getdents __NR_getdents"
+echo "#define __NR___ptrace __NR_ptrace"
 echo
 sed -ne 's/^[^\/]*_syscall[0-9].*([^,]*, *\([^,)]*\).*/printf("#define __STR_NR_\1 \\\"%d\\\"\\n", __NR_\1);/gp' syscalls.c
 echo