Skip to content

Commit

Permalink
f2fs-tools: add HAVE_PREAD and HAVE_PWRITE
Browse files Browse the repository at this point in the history
This patch will enable pread and pwrite support on Android platform.

Signed-off-by: LongPing Wei <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Reviewed-by: Sheng Yong <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
  • Loading branch information
LongPing Wei authored and Jaegeuk Kim committed Dec 12, 2024
1 parent 7437823 commit b569df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/android_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b569df5

Please sign in to comment.