#include <signal.h>
#include <hiker/pdk/sysutils_pdk.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stdio.h>
Defines | |
#define | ALP_TRACE ALP_TRACE_OFF |
Functions | |
int | alp_daemon_start (int nochdir, int noclose) |
Spawn a child process to separate execution from boot script, similar to daemon(). | |
int | alp_daemon_release (int status) |
Used after alp_daemon_start() to allow the boot sequence to continue. |
|
|