sd-daemon: remove superfluous _sd_hidden_ from static function

This commit is contained in:
Kay Sievers 2011-05-26 14:23:01 +02:00
parent da26173785
commit e6a3081a62
1 changed files with 1 additions and 1 deletions

View 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)