aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/unixware.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/unixware.h
parentdcae5781d11d0c0c0f2405d5e9b7d5ba91336e07 (diff)
downloadpostgresql-69f2e9b0fc46e50525990fbc9ea049e2c91840bf.tar.gz
postgresql-69f2e9b0fc46e50525990fbc9ea049e2c91840bf.zip
Move slock_t typdefs into s_lock.h from include/port files for
centralization and easier maintanence.
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r--src/include/port/unixware.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h
index b4818fa20c4..600b7cd4f86 100644
--- a/src/include/port/unixware.h
+++ b/src/include/port/unixware.h
@@ -9,13 +9,6 @@
***************************************/
#define USE_UNIVEL_CC
-#if defined(__ia64)
-typedef unsigned int slock_t;
-#else
-typedef unsigned char slock_t;
-#endif
-
-
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif