audit: Modify a set of system calls in audit class definitions
[firefly-linux-kernel-4.4.55.git] / include / asm-generic / audit_write.h
index e7020c57b13b8014ba8c28800e8b66dc9ea37cdb..274575d7129fc6b499c2c0ccbb4aad62af5a013a 100644 (file)
@@ -10,6 +10,12 @@ __NR_truncate,
 #ifdef __NR_truncate64
 __NR_truncate64,
 #endif
+#ifdef __NR_ftruncate
+__NR_ftruncate,
+#endif
+#ifdef __NR_ftruncate64
+__NR_ftruncate64,
+#endif
 #ifdef __NR_bind
 __NR_bind,             /* bind can affect fs object only in one way... */
 #endif