2003-01-14  Roland McGrath  <roland@redhat.com>

	* linux/hppa/syscallent.h: Use sys_getdents64, sys_truncate64,
	sys_ftruncate64, instead of printargs, for those syscalls.
	* linux/mips/syscallent.h: Likewise.
	* linux/powerpc/syscallent.h: Likewise.
	* linux/s390/syscallent.h: Likewise.
	* linux/sparc/syscallent.h: Likewise.
diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h
index fab79e0..90c5c4b 100644
--- a/linux/s390/syscallent.h
+++ b/linux/s390/syscallent.h
@@ -221,8 +221,8 @@
 	{ 0,	TP,	sys_vfork,		"vfork"		}, /* 190 */
 	{ 2,	0,	sys_getrlimit,		"getrlimit"	}, /* 191 */
 	{ 6,	0,	sys_mmap,		"mmap2"		}, /* 192 */
-	{ 2,	TF,	printargs,		"truncate64"	}, /* 193 */
-	{ 2,	TF,	printargs,		"ftruncate64"	}, /* 194 */
+	{ 2,	TF,	sys_truncate64,		"truncate64"	}, /* 193 */
+	{ 2,	TF,	sys_ftruncate64,	"ftruncate64"	}, /* 194 */
 	{ 2,	TF,	sys_stat64,		"stat64"	}, /* 195 */
 	{ 2,	TF,	sys_lstat64,		"lstat64"	}, /* 196 */
 	{ 2,	TF,	sys_fstat64,		"fstat64"	}, /* 197 */