]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clean slightly.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 23 Nov 2004 19:10:18 +0000 (19:10 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 23 Nov 2004 19:10:18 +0000 (19:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3089

coregrind/x86-linux/vki_unistd.h

index 9f200201cb56af457403bbd3fedeb327e6725d8f..569f281a1ec69d5fad7f50acd97244d216173fb4 100644 (file)
 #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
 #define __NR_mq_getsetattr     (__NR_mq_open+5)
 #define __NR_sys_kexec_load    283
 
-#define NR_syscalls 284
-
 #endif /* __X86_LINUX_VKI_UNISTD_H_ */