mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Fix for linux/sparc.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user