bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35


From: Paul Eggert
Subject: Re: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
Date: Tue, 30 Nov 2021 13:00:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

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

[Prev in Thread] Current Thread [Next in Thread]