X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fprocess-util.h;h=8e0b589758fd470a95a1948b61e063b405bb7257;hp=1482cca34a7cd6595a7a53bd83eb7bcfa4475803;hb=59047c572d1f8d9153a6c06fac8a866ddcf30260;hpb=5db0e7adf018c82dd63cd21d31dd313dff5561af diff --git a/src/basic/process-util.h b/src/basic/process-util.h index 1482cca34..8e0b58975 100644 --- a/src/basic/process-util.h +++ b/src/basic/process-util.h @@ -56,7 +56,7 @@ int wait_for_terminate(pid_t pid, siginfo_t *status); int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code); // UNNEEDED int kill_and_sigcont(pid_t pid, int sig); -pid_t get_parent_of_pid(pid_t pid, pid_t *ppid); +// UNNEEDED pid_t get_parent_of_pid(pid_t pid, pid_t *ppid); // UNNEEDED void rename_process(const char name[8]); int is_kernel_thread(pid_t pid); int getenv_for_pid(pid_t pid, const char *field, char **_value);