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
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
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