On 11/30/21 09:29, Fabrice Fontaine wrote:
+#include <stddef.h>
  #include <sys/random.h>

This surely isn't the right fix, as <sys/random.h> is supposed to include <stddef.h> on uClibc. See gnulib/lib/sys_random.in.h's comment about uClibc. Could you investigate why that part of sys/random.h isn't working on your platform?

Reply via email to