mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix for linux/sparc.
This commit is contained in:
@ -11,6 +11,9 @@
|
|||||||
#if defined(__i386__)
|
#if defined(__i386__)
|
||||||
typedef unsigned char slock_t;
|
typedef unsigned char slock_t;
|
||||||
|
|
||||||
|
#elif defined(__sparc__)
|
||||||
|
typedef unsigned char slock_t;
|
||||||
|
|
||||||
#elif defined(__powerpc__)
|
#elif defined(__powerpc__)
|
||||||
typedef unsigned int slock_t;
|
typedef unsigned int slock_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user