summaryrefslogtreecommitdiff
path: root/src/systemd/sd-daemon.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-09 20:56:14 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-09 21:13:09 +0200
commit2e694aaeec158dba9dc12d8eea1755e201830a81 (patch)
tree8453d35922593686ea4312ea22579abbbf8c0b48 /src/systemd/sd-daemon.h
parent59047c572d1f8d9153a6c06fac8a866ddcf30260 (diff)
Prep v227: Clean up some headers in src/systemd
- src/systemd/sd-bus.h - src/systemd/sd-daemon.h - src/systemd/sd-event.h
Diffstat (limited to 'src/systemd/sd-daemon.h')
-rw-r--r--src/systemd/sd-daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index 7b7df571e..2d573fde9 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -242,7 +242,7 @@ int sd_notify(int unset_environment, const char *state);
Similar to sd_notify(), but send the message on behalf of another
process, if the appropriate permissions are available.
*/
-int sd_pid_notify(pid_t pid, int unset_environment, const char *state);
+// UNNEEDED int sd_pid_notify(pid_t pid, int unset_environment, const char *state);
/*
Similar to sd_notifyf(), but send the message on behalf of another