Syscall numbers (on amd64 at least) are in unistd_{32,64}.h now so

update the recommended grep command to reflect that.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11098
This commit is contained in:
Tom Hughes 2010-03-31 07:34:30 +00:00
parent 53596eaf4a
commit 0ffe2e5554

View 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.