New review comment by g4s8 on void-packages repository https://github.com/void-linux/void-packages/pull/28379#discussion_r567910726 Comment: I tried to build it in `voidlinux/masterdir-x86_64-musl` Docker the error was: ``` In file included from array.c:5: array.h:32:5: error: unknown type name 'time_t' 32 | time_t expires_before; | ^~~~~~ ``` Also, CI on musl also fails.