]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-daemon: remove superfluous _sd_hidden_ from static function
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 26 May 2011 12:23:01 +0000 (14:23 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 26 May 2011 12:23:01 +0000 (14:23 +0200)
src/sd-daemon.c

index ec436bf724458ae359be9648dd1d1a4bd5abef08..d9f23d677ba6fed30368776e004d18444800a9a9 100644 (file)
@@ -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)