Re: [dev] [ubase] compile using musl

2024-03-18 Thread Eric Pruitt
On Fri, Mar 15, 2024 at 04:22:19PM -0300, Brian Mayer wrote: > My guess is that glibc provides that function by musl doesn't. So as > my system is using musl that function is not found. Can I get some > help? The splice(2) call is provided by musl: src/linux/splice.c:ssize_t splice(int fd_in,

Re: [dev] [ubase] compile using musl

2024-03-18 Thread pessoa
On Sat, Mar 16, 2024, at 4:52 AM, Eric Pruitt wrote: > On Fri, Mar 15, 2024 at 04:22:19PM -0300, Brian Mayer wrote: >> My guess is that glibc provides that function by musl doesn't. So as >> my system is using musl that function is not found. Can I get some >> help? > > The splice(2) call is pro