summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-12-16 14:43:23 -0700
committerJens Axboe <axboe@kernel.dk>2019-12-16 14:43:23 -0700
commit07517db8389a93f4c15ea32db0a02d9b98c00068 (patch)
treec62fba7169cfdb568e40f77daa787ce4d7dcfeff
parent8ce3a0765bc7670c97c90e39c92c61217754e58d (diff)
parenteabeb00a0e6d49ed70c6f9725c1636a4e5f9950c (diff)
downloadliburing-07517db8389a93f4c15ea32db0a02d9b98c00068.tar.gz
liburing-07517db8389a93f4c15ea32db0a02d9b98c00068.tar.bz2
Merge branch 'fix_redef' of https://github.com/cor3ntin/liburing
* 'fix_redef' of https://github.com/cor3ntin/liburing: Fix redefinition of statx_timestamp
-rw-r--r--test/statx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/statx.c b/test/statx.c
index a3c2313..00abf0d 100644
--- a/test/statx.c
+++ b/test/statx.c
@@ -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>