mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +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:
@@ -19,7 +19,7 @@
|
|||||||
#ifndef _GETRANDOM_INTERNAL_H
|
#ifndef _GETRANDOM_INTERNAL_H
|
||||||
#define _GETRANDOM_INTERNAL_H
|
#define _GETRANDOM_INTERNAL_H
|
||||||
|
|
||||||
static inline void __getrandom_early_init (_Bool)
|
static inline void __getrandom_early_init (_Bool initial)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user