diff options
Diffstat (limited to 'src/udev/sd-daemon.h')
-rw-r--r-- | src/udev/sd-daemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/sd-daemon.h b/src/udev/sd-daemon.h index fb7456d50f..7423b34438 100644 --- a/src/udev/sd-daemon.h +++ b/src/udev/sd-daemon.h @@ -187,7 +187,9 @@ int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t 0 otherwise. If path is NULL a message queue name check is not done. Returns a negative errno style error code on failure. */ +#if OBSOLETE int sd_is_mq(int fd, const char *path); +#endif /* Informs systemd about changed daemon state. This takes a number of |