mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
53596eaf4a
commit
0ffe2e5554
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user