From 4088968edd5fdd71a4146d91d12877a27a97c3c6 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sat, 10 Mar 2007 00:52:54 +0000 Subject: [PATCH] update git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6638 --- README_MISSING_SYSCALL_OR_IOCTL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_MISSING_SYSCALL_OR_IOCTL b/README_MISSING_SYSCALL_OR_IOCTL index fe362d3236..b71193ff18 100644 --- a/README_MISSING_SYSCALL_OR_IOCTL +++ b/README_MISSING_SYSCALL_OR_IOCTL @@ -101,7 +101,7 @@ following: grep NNN /usr/include/asm/unistd.h This should tell you something like __NR_mysyscallname. - Copy this entry to coregrind/vki_unistd-$(VG_PLATFORM).h. + Copy this entry to include/vki/vki-scnums-$(VG_PLATFORM).h. 2. Do 'man 2 mysyscallname' to get some idea of what the syscall -- 2.47.3