diff options
Diffstat (limited to 'src/udev/sd-daemon.c')
-rw-r--r-- | src/udev/sd-daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/sd-daemon.c b/src/udev/sd-daemon.c index 4801d2cd18..d87afb97ef 100644 --- a/src/udev/sd-daemon.c +++ b/src/udev/sd-daemon.c @@ -386,6 +386,7 @@ _sd_export_ int sd_is_socket_unix(int fd, int type, int listening, const char *p return 1; } +#if OBSOLETE _sd_export_ int sd_is_mq(int fd, const char *path) { #if !defined(__linux__) return 0; @@ -422,6 +423,7 @@ _sd_export_ int sd_is_mq(int fd, const char *path) { return 1; #endif } +#endif _sd_export_ int sd_notify(int unset_environment, const char *state) { #if defined(DISABLE_SYSTEMD) || !defined(__linux__) || !defined(SOCK_CLOEXEC) |