mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
Support zoned device if libc exists
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
2bff50e020
commit
172234a711
@ -4,8 +4,6 @@
|
||||
#define HAVE_FCNTL_H 1
|
||||
#define HAVE_FALLOC_H 1
|
||||
#define HAVE_FSYNC 1
|
||||
#define HAVE_KERNEL_UAPI_LINUX_BLKZONED_H 1
|
||||
#define HAVE_LINUX_BLKZONED_H 1
|
||||
#define HAVE_LINUX_HDREG_H 1
|
||||
#define HAVE_LINUX_LIMITS_H 1
|
||||
#define HAVE_POSIX_ACL_H 1
|
||||
@ -42,6 +40,12 @@
|
||||
#ifdef WITH_SLOAD
|
||||
#define HAVE_LIBSELINUX 1
|
||||
#endif
|
||||
|
||||
#ifdef WITH_LIBC
|
||||
#define HAVE_KERNEL_UAPI_LINUX_BLKZONED_H 1
|
||||
#define HAVE_LINUX_BLKZONED_H 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
|
Loading…
Reference in New Issue
Block a user