diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2025-03-13 18:17:22 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2025-03-13 18:17:59 +0100 |
commit | ad29c33229e5fdd9a93469933d4ab77a733877af (patch) | |
tree | d5830875af670a3932817831bf78296a4fd3bd14 /COPYING.LIBGLOSS | |
parent | a942476236b5e39bf30c533d08df7392e326a4c6 (diff) | |
download | newlib-main.zip newlib-main.tar.gz newlib-main.tar.bz2 |
Cygwin: stdlib.h: revert declaring arc4random_stir() as functionHEADgithub/mastergithub/mainmastermain
The idea to define arc4random_stir() as macro to avoid autoconf
problems in commit a8891c932192 ("Cygwin: stdlib.h: resurrect
arc4random_stir() definition") worked fine for OpenSSH, but not
for libbsd. During the build process the macro shadows the
definition of arc4random_stir() and results in an error message
like this:
error: macro "arc4random_stir" passed 1 arguments, but takes just 0
Give up and just declare arc4random_stir() in a compatible way with
libbsd again.
Fixes: a8891c932192 ("Cygwin: stdlib.h: resurrect arc4random_stir() definition")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'COPYING.LIBGLOSS')
0 files changed, 0 insertions, 0 deletions