aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/osf.h
blob: 6c0d7b2afdb15e7dcf8e9af229deedbf750c5f1b (plain)
1
2
3
4
5
6
7
8
#define NOFIXADE
#define USE_POSIX_TIME
#define DISABLE_XOPEN_NLS
#define HAS_TEST_AND_SET
/*#include <sys/mman.h>*/			/* for msemaphore */
/*typedef msemaphore slock_t;*/
#include <alpha/builtins.h>
typedef volatile long slock_t;