aboutsummaryrefslogtreecommitdiff
path: root/src/port/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/alpha.h')
-rw-r--r--src/port/alpha.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/port/alpha.h b/src/port/alpha.h
new file mode 100644
index 00000000000..5ac7ba167a0
--- /dev/null
+++ b/src/port/alpha.h
@@ -0,0 +1,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;