Beispiel #1
0
static void
clean_up (void)
{
#ifdef HAVE_SYSV_SEMAPHORES
	spawn_clean();
#endif
	pid_file_clean (pid_file_path);
}
Beispiel #2
0
static void
clean_up (void)
{
#ifdef HAVE_POSIX_SHM
    spawn_clean();
#endif

    if (pid_file_path) {
        pid_file_clean (pid_file_path);
    }
}