aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/unixware.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r--src/include/port/unixware.h5
1 files changed, 5 insertions, 0 deletions
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