#include "apr_thread_proc.h"
#include "apr_arch_file_io.h"
#include "apr_file_io.h"
#include "apr_general.h"
#include "apr_portable.h"
#include <kernel/OS.h>
#include <signal.h>
#include <string.h>
#include <sys/wait.h>
#include <image.h>
Go to the source code of this file.
◆ BEOS_MAX_DATAKEYS
#define BEOS_MAX_DATAKEYS 128 |
◆ PTHREAD_CANCEL_AYNCHRONOUS
#define PTHREAD_CANCEL_AYNCHRONOUS CANCEL_ASYNCH; |
◆ PTHREAD_CANCEL_DEFERRED
#define PTHREAD_CANCEL_DEFERRED CANCEL_DEFER; |
◆ PTHREAD_CANCEL_DISABLE
#define PTHREAD_CANCEL_DISABLE CANCEL_DISABLE; |
◆ PTHREAD_CANCEL_ENABLE
#define PTHREAD_CANCEL_ENABLE CANCEL_ENABLE; |
◆ SHELL_PATH
#define SHELL_PATH "/bin/sh" |