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