On Mon, 9 Jan 2023 14:53:14 -0800 Khem Raj <raj.khem@xxxxxxxxx> wrote: > Musl does not define these interfaces unless -D_LARGEFILE64_SOURCE is > defined and that too it is transitional until apps switch to using 64-bit > off_t. We pass -D_FILE_OFFSET_BITS=64 in makefiles already therefore > original lseek and off_t are already 64bit > > This fixes build with latest musl which has dropped LFS64 interfaces [1] > > [1] https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4i > > Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> > --- FYI, when submitting patches, please have the subject state the project, as the mailing list covers multiple projects, and the subjects are used to determine which project its for. Subject: trace-cmd: Replace LFS64 interfaces off64_t and lseek64 You don't need to resubmit, I can add it, but just for future submissions. Thanks! -- Steve