synchronize section for fcntl and use sys_fcntl for sys_fcntl as well
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 */