diff options
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r-- | src/include/port/univel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h index 16c85b9fa4c..b81fbc47b19 100644 --- a/src/include/port/univel.h +++ b/src/include/port/univel.h @@ -7,7 +7,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 |