New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/27510#issuecomment-751889866 Comment: ``` [ 1%] Building C object external/geotranz/CMakeFiles/geotranz.dir/error_string.c.o /builddir/direwolf-1.6/src/direwolf.h:302:56: error: expected declaration specifiers or '...' before string constant 302 | #define strlcat(dst,src,siz) strlcat_debug(dst,src,siz,__FILE__,__func__,__LINE__) | ^~~~~~~~ ``` musl actually provides `strlcat` and `strlcpy`...