1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

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

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)