]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
generic: Add missing parameter name to __getrandom_early_init
authorFlorian Weimer <fweimer@redhat.com>
Wed, 28 May 2025 08:00:41 +0000 (10:00 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 28 May 2025 08:00:41 +0000 (10:00 +0200)
This is required after commit 03da41d47dc73674307e6ffc5b75e9043febc698
("Turn on -Wmissing-parameter-name by default if available").

Reviewed-by: Sam James <sam@gentoo.org>
sysdeps/generic/getrandom-internal.h

index 7c5419402c08f6e11157031a02cbcee247ed814e..4872598a67a101fa6ee1b773ab72b7a70d618613 100644 (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)
 {
 }