|
From: <sv...@va...> - 2007-03-10 00:52:57
|
Author: njn
Date: 2007-03-10 00:52:54 +0000 (Sat, 10 Mar 2007)
New Revision: 6638
Log:
update
Modified:
trunk/README_MISSING_SYSCALL_OR_IOCTL
Modified: trunk/README_MISSING_SYSCALL_OR_IOCTL
===================================================================
--- trunk/README_MISSING_SYSCALL_OR_IOCTL 2007-03-08 19:57:43 UTC (rev 6637)
+++ trunk/README_MISSING_SYSCALL_OR_IOCTL 2007-03-10 00:52:54 UTC (rev 6638)
@@ -101,7 +101,7 @@
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
|