This commit is contained in:
Omar Polo 2023-08-23 17:44:35 +00:00
parent 8f8d721301
commit 258131b1b6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -522,7 +522,7 @@ if [ ${HAVE_GETDTABLESIZE} -eq 0 ]; then
echo "extern int getdtablesize(void);"
fi
if [ ${HAVE_GETENTROPY} -eq 0 ]; then
echo "extern int getentropy(void *, size_t)";
echo "extern int getentropy(void *, size_t);"
fi
if [ ${HAVE_GETPROGNAME} -eq 0 ]; then
echo "extern const char *getprogname(void);"