From 69f2e9b0fc46e50525990fbc9ea049e2c91840bf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 Dec 2003 03:31:30 +0000 Subject: Move slock_t typdefs into s_lock.h from include/port files for centralization and easier maintanence. --- src/include/port/unixware.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/include/port/unixware.h') 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 -- cgit v1.2.3