summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-08-16 11:20:51 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-16 11:20:51 +0200
commit578f4b2e9cdaae895fcac057d6d6fa4f85d55535 (patch)
treeb326c2d505a80ed5fb31de5b8bd793ac056ac9c6 /src/systemd
parentf52715f8d90ca768dc06616c0f77b11db9fa3236 (diff)
Remove sd_is_mq
* src/systemd/sd-daemon.h: * src/libelogind/sd-daemon/sd-daemon.c (sd_is_mq): Remove unused function that depended on librt. Ultimately we should remove this header at some point.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-daemon.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index 861dc8f1f..8fcb6968d 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -147,16 +147,6 @@ int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port
int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length);
/*
- Helper call for identifying a passed file descriptor. Returns 1 if
- the file descriptor is a POSIX Message Queue of the specified name,
- 0 otherwise. If path is NULL a message queue name check is not
- done. Returns a negative errno style error code on failure.
-
- See sd_is_mq(3) for more information.
-*/
-int sd_is_mq(int fd, const char *path);
-
-/*
Informs systemd about changed daemon state. This takes a number of
newline separated environment-style variable assignments in a
string. The following variables are known: