Re: [PATCH v2] erofs-utils: fix build failure with musl libc

2025-05-10 Thread Milan P . Stanić
On Wed, 2025-05-07 at 18:35, Natanael Copa wrote: > On Wed, 7 May 2025 21:25:48 +0800 > Gao Xiang wrote: > > > because musl use readdir, pread and lseek instead of readdir64, > > pread64 and lseek64. > > > > Reported-by: Milan P. Stani* > > Thanks-to: Natanael Copa > > Signed-off-by: Gao Xian

Re: [PATCH v2] erofs-utils: fix build failure with musl libc

2025-05-07 Thread Natanael Copa
On Wed, 7 May 2025 21:25:48 +0800 Gao Xiang wrote: > because musl use readdir, pread and lseek instead of readdir64, > pread64 and lseek64. > > Reported-by: Milan P. Stani* > Thanks-to: Natanael Copa > Signed-off-by: Gao Xiang > --- > (Fix wrong email address typo..) > > Hi, > > Due to the

[PATCH v2] erofs-utils: fix build failure with musl libc

2025-05-07 Thread Gao Xiang
because musl use readdir, pread and lseek instead of readdir64, pread64 and lseek64. Reported-by: Milan P. Stanić Thanks-to: Natanael Copa Signed-off-by: Gao Xiang --- (Fix wrong email address typo..) Hi, Due to the original patch lacks of the commit message and SOB, so I revised myself. I a