Fix for linux/sparc.

REL7_0_PATCHES
Bruce Momjian 27 years ago
parent 50644a2202
commit b653d1e263
  1. 3
      src/include/port/linux.h

@ -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…
Cancel
Save