aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2022-05-25 23:47:37 +0100
committerJaegeuk Kim <jaegeuk@kernel.org>2022-05-25 16:07:43 -0700
commit7d902f412faaacdee99a6fcea3db49564180add2 (patch)
treeb5d7d5d022665e6dd1f720ba75d2eb0cc7f5cec0
parent274abbb77cdffe76d862d2e2b88f927f8d3791d7 (diff)
downloadf2fs-tools-7d902f412faaacdee99a6fcea3db49564180add2.tar.gz
Fix dependencies on linux/blkzoned.h when using Bionic.
This reverts commit adcec10b4dee ("Support zoned device if libc exists). Signed-off-by: Martin Stjernholm <mast@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
-rw-r--r--include/android_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/android_config.h b/include/android_config.h
index 0744087..21eed28 100644
--- a/include/android_config.h
+++ b/include/android_config.h
@@ -41,8 +41,7 @@
#define HAVE_LIBSELINUX 1
#endif
-#ifdef WITH_LIBC
-#define HAVE_KERNEL_UAPI_LINUX_BLKZONED_H 1
+#if defined(__BIONIC__)
#define HAVE_LINUX_BLKZONED_H 1
#endif