bundletype
PosixProcess_T


bundletype PosixProcess_T = { include "${OSKITDIR}/oskit/c/sys/types.h"
include "${OSKITDIR}/oskit/c/unistd.h"
include "${OSKITDIR}/oskit/c/sys/wait.h"
execve
fork
vfork
getpid
wait4
waitpid }

C types:

int execve(const char *,char *const *,char *const *);
oskit_pid_t fork(void);
oskit_pid_t getpid(void);
pid_t waitpid(pid_t pid,int *stat_loc,int options);

Extended by:

Exported by:
null_posix_process

Imported by:
freebsd_netlib


Rendered using Haskell HTML Combinators