aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/osf.h
blob: 6dfe3ea9b8285d455aa1d477c0077fedf06dcab8 (plain)
1
2
3
4
5
6
7
#define NOFIXADE
#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;