chiark / gitweb /
sd-daemon: remove superfluous _sd_hidden_ from static function
[elogind.git] / 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)