Skip to content

Commit b653d1e

Browse files
committed
Fix for linux/sparc.
1 parent 50644a2 commit b653d1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/port/linux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#if defined(__i386__)
1212
typedef unsigned char slock_t;
1313

14+
#elif defined(__sparc__)
15+
typedef unsigned char slock_t;
16+
1417
#elif defined(__powerpc__)
1518
typedef unsigned int slock_t;
1619

0 commit comments

Comments
 (0)