From: Kay Sievers Date: Thu, 26 May 2011 12:23:01 +0000 (+0200) Subject: sd-daemon: remove superfluous _sd_hidden_ from static function X-Git-Tag: v28~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e6a3081a62cf2a315b2f96a153fa3a774d3607d2;p=elogind.git sd-daemon: remove superfluous _sd_hidden_ from static function --- 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)