Fix for linux/sparc.

This commit is contained in:
Bruce Momjian 1999-07-19 18:07:36 +00:00
parent 50644a2202
commit b653d1e263
1 changed files with 3 additions and 0 deletions

View File

@ -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;