aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/alpha.h
blob: 6499bca6e98bd44ab4fc0e933b1f073f5e1e607c (plain)
1
2
3
4
5
#define USE_POSIX_TIME
#define DISABLE_XOPEN_NLS
#define HAS_TEST_AND_SET
#include <sys/mman.h>			/* for msemaphore */
typedef msemaphore slock_t;