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:
parent
da26173785
commit
e6a3081a62
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user