diff options
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r-- | src/include/port/unixware.h | 7 |
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 |