From eb51bb9b1fa2fbb339c583cb5b479246b0821dcc Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 27 Nov 2019 21:49:00 +0100 Subject: lib: random unused bits cleanup Signed-off-by: David Lamparter --- lib/systemd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/systemd.c') diff --git a/lib/systemd.c b/lib/systemd.c index 16fbbff380..81b0400ab9 100644 --- a/lib/systemd.c +++ b/lib/systemd.c @@ -32,7 +32,7 @@ * Wrapper this silliness if we * don't have systemd */ -void systemd_send_information(const char *info) +static void systemd_send_information(const char *info) { #if defined HAVE_SYSTEMD sd_notify(0, info); -- cgit v1.2.3