diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-12-16 14:43:23 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-12-16 14:43:23 -0700 |
commit | 07517db8389a93f4c15ea32db0a02d9b98c00068 (patch) | |
tree | c62fba7169cfdb568e40f77daa787ce4d7dcfeff | |
parent | 8ce3a0765bc7670c97c90e39c92c61217754e58d (diff) | |
parent | eabeb00a0e6d49ed70c6f9725c1636a4e5f9950c (diff) | |
download | liburing-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.c | 1 |
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> |