Fix for linux/sparc.
This commit is contained in:
parent
50644a2202
commit
b653d1e263
@ -11,6 +11,9 @@
|
||||
#if defined(__i386__)
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#elif defined(__sparc__)
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#elif defined(__powerpc__)
|
||||
typedef unsigned int slock_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user