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
1 changed files with 1 additions and 1 deletions

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)
{
}