[PATCH] strace: Fix up MIPS fadvise64_64 syscallent entry.

Paul Mundt lethal at linux-sh.org
Wed Oct 31 09:21:44 UTC 2007


And one more for fadvise64_64..

Signed-off-by: Paul Mundt <lethal at linux-sh.org>

---

 linux/mips/syscallent.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/mips/syscallent.h
===================================================================
RCS file: /cvsroot/strace/strace/linux/mips/syscallent.h,v
retrieving revision 1.28
diff -u -p -r1.28 syscallent.h
--- linux/mips/syscallent.h	2 Aug 2007 01:44:14 -0000	1.28
+++ linux/mips/syscallent.h	31 Oct 2007 09:19:48 -0000
@@ -4252,7 +4252,7 @@
 	{ 5,	0,	sys_remap_file_pages,	"remap_file_pages"}, /* 4251 */
 	{ 1,	0,	printargs,		"set_tid_address"}, /* 4252 */
 	{ 0,	0,	sys_restart_syscall,	"restart_syscall"}, /* 4253 */
-	{ 7,	0,	sys_fadvise64_64,	"fadvise64_64"	}, /* 4254 */
+	{ 6,	0,	sys_fadvise64_64,	"fadvise64_64"	}, /* 4254 */
 	{ 3,	TF,	sys_statfs64,		"statfs64"	}, /* 4255 */
 	{ 2,	TD,	sys_fstatfs64,		"fstatfs64"	}, /* 4256 */
 	{ 3,	0,	sys_timer_create,	"timer_create"	}, /* 4257 */




More information about the Strace-devel mailing list