This patch enable pread and pwrite on Android platform. Signed-off-by: LongPing Wei <weilongp...@oppo.com> --- include/android_config.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/android_config.h b/include/android_config.h index f5cd4de..b11e2e4 100644 --- a/include/android_config.h +++ b/include/android_config.h @@ -36,6 +36,8 @@ #define HAVE_FSTAT64 1 #define HAVE_GETMNTENT 1 #define HAVE_MEMSET 1 +#define HAVE_PREAD 1 +#define HAVE_PWRITE 1 #define HAVE_SELINUX_ANDROID_H 1 #define HAVE_SETMNTENT 1 #define HAVE_SPARSE_SPARSE_H 1 -- 2.34.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel