doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"
#include "posix_public.h"
#include <string.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
void | Posix_ClearSigs () |
void | Posix_InitSigs () |
void | Sys_SetFatalError (const char *error) |
Variables | |
const int | siglist [] |
const char * | signames [] |
void Posix_ClearSigs | ( | ) |
Definition at line 72 of file posix_signal.cpp.
void Posix_InitSigs | ( | ) |
Definition at line 128 of file posix_signal.cpp.
Definition at line 164 of file posix_signal.cpp.
Definition at line 34 of file posix_signal.cpp.
const char* signames[] |
Definition at line 50 of file posix_signal.cpp.