From e6a3081a62cf2a315b2f96a153fa3a774d3607d2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 26 May 2011 14:23:01 +0200 Subject: [PATCH] sd-daemon: remove superfluous _sd_hidden_ from static function --- src/sd-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sd-daemon.c b/src/sd-daemon.c index ec436bf72..d9f23d677 100644 --- a/src/sd-daemon.c +++ b/src/sd-daemon.c @@ -169,7 +169,7 @@ _sd_hidden_ int sd_is_fifo(int fd, const char *path) { return 1; } -_sd_hidden_ static int sd_is_socket_internal(int fd, int type, int listening) { +static int sd_is_socket_internal(int fd, int type, int listening) { struct stat st_fd; if (fd < 0 || type < 0) -- 2.30.2