From: Tom Hughes Date: Wed, 31 Mar 2010 07:34:30 +0000 (+0000) Subject: Syscall numbers (on amd64 at least) are in unistd_{32,64}.h now so X-Git-Tag: svn/VALGRIND_3_6_0~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ffe2e555408d45252a782b1a3b9591ed680a9b1;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/README_MISSING_SYSCALL_OR_IOCTL b/README_MISSING_SYSCALL_OR_IOCTL index 2f4e81d7e1..27d1ab01f1 100644 --- a/README_MISSING_SYSCALL_OR_IOCTL +++ b/README_MISSING_SYSCALL_OR_IOCTL @@ -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.