From 69a46e9ce1f80056f5b72aaa80b29821bdf821c1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 12 Sep 2003 15:49:34 +0000 Subject: Enable Opteron/Itanium spinlocks. --- src/include/port/unixware.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/port/unixware.h') diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index da02084c697..734c2ef0fa7 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -10,7 +10,12 @@ ***************************************/ #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 -- cgit v1.2.3