summaryrefslogtreecommitdiff
path: root/src/include/port/osf.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-23 03:31:30 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-23 03:31:30 +0000
commit69f2e9b0fc46e50525990fbc9ea049e2c91840bf (patch)
tree6a8935c019067fe15286e2d5eba6c1b34ea084e6 /src/include/port/osf.h
parentdcae5781d11d0c0c0f2405d5e9b7d5ba91336e07 (diff)
downloadpostgresql-69f2e9b0fc46e50525990fbc9ea049e2c91840bf.tar.gz
Move slock_t typdefs into s_lock.h from include/port files for
centralization and easier maintanence.
Diffstat (limited to 'src/include/port/osf.h')
-rw-r--r--src/include/port/osf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/port/osf.h b/src/include/port/osf.h
index 6dfe3ea9b8..2368f3b593 100644
--- a/src/include/port/osf.h
+++ b/src/include/port/osf.h
@@ -1,7 +1,2 @@
#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;