mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-14 02:32:32 +03:00
The return type of the getentropy stub is wrongly defined as ssize_t, while both the <sys/random.h> header and the Linux implementation define it as int. This patch fixes that. Changelog: * stdlib/getentropy.c (getentropy): Change return type to int.
1.0 KiB
1.0 KiB