summaryrefslogtreecommitdiff
path: root/src/include/port/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/alpha.h')
-rw-r--r--src/include/port/alpha.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/port/alpha.h b/src/include/port/alpha.h
index 5ac7ba167a..40dfbfa949 100644
--- a/src/include/port/alpha.h
+++ b/src/include/port/alpha.h
@@ -1,7 +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;
+#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;