1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

generic: Add missing parameter name to __getrandom_early_init

This is required after commit 03da41d47d
("Turn on -Wmissing-parameter-name by default if available").

Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
Florian Weimer
2025-05-28 10:00:41 +02:00
parent fe31d246f5
commit 27cc947dce

View File

@@ -19,7 +19,7 @@
#ifndef _GETRANDOM_INTERNAL_H
#define _GETRANDOM_INTERNAL_H
static inline void __getrandom_early_init (_Bool)
static inline void __getrandom_early_init (_Bool initial)
{
}