X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdaemonize.h;h=2c88f06b7ddaa1dd1ac9224997e220e0dda8f3cb;hb=7586404633a22e219a7ffd7a0f2624b5bc56e37b;hp=c3fb212c921311623b10089a196dcc9576184cbc;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/common/daemonize.h b/src/common/daemonize.h index c3fb212c9..2c88f06b7 100644 --- a/src/common/daemonize.h +++ b/src/common/daemonize.h @@ -22,7 +22,6 @@ * * Return 0 on success else -1 on error. */ -LTTNG_HIDDEN int lttng_daemonize(pid_t *child_ppid, int *completion_flag, int close_fds);