]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Syscall numbers (on amd64 at least) are in unistd_{32,64}.h now so
authorTom Hughes <tom@compton.nu>
Wed, 31 Mar 2010 07:34:30 +0000 (07:34 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 31 Mar 2010 07:34:30 +0000 (07:34 +0000)
update the recommended grep command to reflect that.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11098

README_MISSING_SYSCALL_OR_IOCTL

index 2f4e81d7e14f656f75571381293743387125df38..27d1ab01f1664660096008b76a0a72c3f5238b7b 100644 (file)
@@ -107,7 +107,7 @@ following:
 
 1.  Find out the name of the system call:
 
-       grep NNN /usr/include/asm/unistd.h
+       grep NNN /usr/include/asm/unistd*.h
 
     This should tell you something like  __NR_mysyscallname.
     Copy this entry to include/vki/vki-scnums-$(VG_PLATFORM).h.