mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Treat __s390x__ the same as __s390__. (taken from RPM patch set)
This commit is contained in:
@@ -33,7 +33,7 @@ typedef unsigned int slock_t;
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
#elif defined(__s390__)
|
||||
#elif defined(__s390__) || defined(__s390x__)
|
||||
typedef unsigned int slock_t;
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
Reference in New Issue
Block a user