Go to the documentation of this file.
39 #define DAEMON_EXEC_AVAILABLE 1
41 #if defined(__GNUC__) && ! defined(DAEMON_GCC_SENTINEL)
42 #define DAEMON_GCC_SENTINEL __attribute__ ((sentinel))
45 #define DAEMON_GCC_SENTINEL
68 #define DAEMON_EXECV_AVAILABLE 1
73 int daemon_execv(
const char *dir,
int *ret,
const char *prog, va_list ap);