From: Nicholas Nethercote Date: Tue, 23 Nov 2004 19:10:18 +0000 (+0000) Subject: Clean slightly. X-Git-Tag: svn/VALGRIND_3_0_0~1229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=230e9ae419098e4255106d22de8553dee5798eae;p=thirdparty%2Fvalgrind.git Clean slightly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3089 --- diff --git a/coregrind/x86-linux/vki_unistd.h b/coregrind/x86-linux/vki_unistd.h index 9f200201cb..569f281a1e 100644 --- a/coregrind/x86-linux/vki_unistd.h +++ b/coregrind/x86-linux/vki_unistd.h @@ -27,11 +27,7 @@ #ifndef __X86_LINUX_VKI_UNISTD_H_ #define __X86_LINUX_VKI_UNISTD_H_ -/* Taken from Linux 2.6.0-test1 include/asm-i386/unistd.h */ - -/* - * This file contains the system call numbers. - */ +// From linux-2.6.0-test1/include/asm-i386/unistd.h #define __NR_restart_syscall 0 #define __NR_exit 1 @@ -318,6 +314,4 @@ #define __NR_mq_getsetattr (__NR_mq_open+5) #define __NR_sys_kexec_load 283 -#define NR_syscalls 284 - #endif /* __X86_LINUX_VKI_UNISTD_H_ */