summaryrefslogtreecommitdiff
path: root/src/include/port/sco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/sco.h')
-rw-r--r--src/include/port/sco.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/port/sco.h b/src/include/port/sco.h
index 7aa2370443e..b4f1e306057 100644
--- a/src/include/port/sco.h
+++ b/src/include/port/sco.h
@@ -6,7 +6,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