synchronize section for fcntl and use sys_fcntl for sys_fcntl as well
diff --git a/ChangeLog b/ChangeLog
index 52352fd..30e2e51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-08-03   Wichert Akkerman <wakkerma@debian.org>
 
+  * Linux/**/syscallent.h: synchronize section for fcntl and use sys_fcntl
+    for sys_fcntl as well
+
+2001-08-03   Wichert Akkerman <wakkerma@debian.org>
+
   * linux/hppa/syscallent.h: updated from Matthew Wilcox
 
 2001-08-03   Wichert Akkerman <wakkerma@debian.org>
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index 2d22817..8478c96 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -208,7 +208,7 @@
 	{ 3,	TF,	printargs,		"truncate64"		}, /* 199 */
 	{ 3,	TF,	printargs,		"ftruncate64"		}, /* 200 */
 	{ 3,	0,	printargs,		"getdents64"		}, /* 201 */
-	{ 3,	TF,	sys_fcntl,		"fcntl64"		}, /* 202 */
+	{ 3,	0,	sys_fcntl,		"fcntl64"		}, /* 202 */
 	{ 5,	0,	printargs,		"SYS_203"		}, /* 203 */
 	{ 5,	0,	printargs,		"SYS_204"		}, /* 204 */
 	{ 5,	0,	printargs,		"SYS_205"		}, /* 205 */
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index 74115de..a4578bd 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -4218,7 +4218,7 @@
 	{ 3,	0,	printargs,		"mincore"	}, /* 4217 */
 	{ 3,	0,	sys_madvise,		"madvise"	}, /* 4218 */
 	{ 3,	0,	printargs,		"getdents64"	}, /* 4219 */
-	{ 3,	0,	printargs,		"fcntl64"	}, /* 4220 */
+	{ 3,	0,	sys_fcntl,		"fcntl64"	}, /* 4220 */
 	{ 0,	0,	printargs,		"SYS_4221"	}, /* 4221 */
 	{ 0,	0,	printargs,		"SYS_4222"	}, /* 4222 */
 	{ 0,	0,	printargs,		"SYS_4223"	}, /* 4223 */
diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h
index 8ba95c4..1385da3 100644
--- a/linux/powerpc/syscallent.h
+++ b/linux/powerpc/syscallent.h
@@ -232,7 +232,7 @@
 	{ 8,	0,	printargs,		"MOL"			}, /* 201 */
 	{ 3,	0,	printargs,		"getdents64"		}, /* 202 */
 	{ 2,	0,	sys_pivotroot,		"pivot_root"		}, /* 203 */
-	{ 3,	TF,	printargs,		"fcntl64"		}, /* 204 */
+	{ 3,	0,	sys_fcntl,		"fcntl64"		}, /* 204 */
 	{ 3,	0,	sys_madvise,		"madvise"		}, /* 205 */
 	{ 3,	0,	printargs,		"mincore"		}, /* 206 */
 	{ 5,	0,	printargs,		"SYS_207"		}, /* 207 */
diff --git a/linux/syscallent.h b/linux/syscallent.h
index 687d2ff..571aaba 100644
--- a/linux/syscallent.h
+++ b/linux/syscallent.h
@@ -267,7 +267,7 @@
 	{ 3,	0,	printargs,		"mincore"	}, /* 218 */
 	{ 3,	0,	sys_madvise,		"madvise"	}, /* 219 */
 	{ 4,	0,	printargs,		"getdents64"	}, /* 220 */
-	{ 4,	0,	printargs,		"fcntl64"	}, /* 221 */
+	{ 3,	0,	sys_fcntl,		"fcntl64"	}, /* 221 */
 	{ 4,	0,	printargs,		"SYS_222"	}, /* 222 */
 	{ 4,	0,	printargs,		"SYS_223"	}, /* 223 */
 	{ 4,	0,	printargs,		"SYS_224"	}, /* 224 */