aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-05-28 10:00:41 +0200
committerFlorian Weimer <fweimer@redhat.com>2025-05-28 10:00:41 +0200
commit27cc947dcee01dd7d9054224aa24ab19fbb4cb9a (patch)
tree198b20e3f9320aae0e26c4d5708cd158f3a4624f /sysdeps/generic
parentfe31d246f5ecf584467904cc8a411dbe306ae8f3 (diff)
downloadglibc-27cc947dcee01dd7d9054224aa24ab19fbb4cb9a.zip
glibc-27cc947dcee01dd7d9054224aa24ab19fbb4cb9a.tar.gz
glibc-27cc947dcee01dd7d9054224aa24ab19fbb4cb9a.tar.bz2
generic: Add missing parameter name to __getrandom_early_init
This is required after commit 03da41d47dc73674307e6ffc5b75e9043febc698 ("Turn on -Wmissing-parameter-name by default if available"). Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/getrandom-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/getrandom-internal.h b/sysdeps/generic/getrandom-internal.h
index 7c54194..4872598 100644
--- a/sysdeps/generic/getrandom-internal.h
+++ b/sysdeps/generic/getrandom-internal.h
@@ -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)
{
}