mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-21 07:05:34 -04:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user