process_shared/ext/libpsem/psem.c

16 lines
216 B
C
Raw Normal View History

2011-12-12 03:39:55 +00:00
#include "psem.h"
int OK = 0;
int ERROR = -1;
int E_SOURCE_SYSTEM = 1;
int E_SOURCE_PSEM = 2;
int E_NAME_TOO_LONG = 1;
#ifdef HAVE_SEM_OPEN
#include "psem_posix.c"
#endif
size_t sizeof_psem_t = sizeof (psem_t);