Searched defs:sd_pid_notify_with_fds (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-daemon/ |
H A D | sd-daemon.c | 404 _public_ int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, unsigned n_fds) { function 529 return sd_pid_notify_with_fds(pid, unset_environment, state, NULL, 0); 533 return sd_pid_notify_with_fds(0, unset_environment, state, NULL, 0);
|
Completed in 13 milliseconds