Skip to content

Commit aaaf3ae

Browse files
author
tom
committedMar 31, 2010
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 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent f6122a0 commit aaaf3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README_MISSING_SYSCALL_OR_IOCTL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ following:
107107

108108
1. Find out the name of the system call:
109109

110-
grep NNN /usr/include/asm/unistd.h
110+
grep NNN /usr/include/asm/unistd*.h
111111

112112
This should tell you something like __NR_mysyscallname.
113113
Copy this entry to include/vki/vki-scnums-$(VG_PLATFORM).h.

0 commit comments

Comments
 (0)
Please sign in to comment.