On 2020/3/14 18:52, Gao Xiang via Linux-erofs wrote: > From: Gao Xiang <[email protected]> > > This patch can be used to resolve the following build errors: > > compress.c:10: error: "_LARGEFILE64_SOURCE" redefined [-Werror] > #define _LARGEFILE64_SOURCE > > <command-line>: note: this is the location of the previous definition > > io.c:9: error: "_LARGEFILE64_SOURCE" redefined [-Werror] > #define _LARGEFILE64_SOURCE > > <command-line>: note: this is the location of the previous definition > > Signed-off-by: Gao Xiang <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks,
