mirror of git://sourceware.org/git/glibc.git
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:
parent
fe31d246f5
commit
27cc947dce
|
|
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue