On 2025-05-23 01:17, Peter Dyballa wrote: > Undefined symbols: > "_fchownat", referenced from: > _chownat in libstdbuf_so-libstdbuf.o > _lchownat in libstdbuf_so-libstdbuf.o > "_fchmodat", referenced from: > _chmodat in libstdbuf_so-libstdbuf.o > _lchmodat in libstdbuf_so-libstdbuf.o > "_xreallocarray", referenced from: > _xnrealloc in libstdbuf_so-libstdbuf.o What's the definition of _GL_INLINE and _GL_EXTERN_INLINE? Does the attached patch work around the problem?