Fix redefinition of statx_timestamp

statx_timestamp is defined in both linux/stat.h and sys/stat.h,
causing a build failure on some systems
This commit is contained in:
Corentin Jabot
2019-12-16 21:58:31 +01:00
parent 8ce3a0765b
commit eabeb00a0e
-1
View File
@@ -9,7 +9,6 @@
#include <string.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <linux/stat.h>