aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/osf.h
blob: aec6a70dbee4e77cb480ca09024cbbc3cd08d5ec (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;