1
0
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:
Peter Eisentraut
2001-09-24 20:10:44 +00:00
parent 2df4087a70
commit 8401f06efd
2 changed files with 3 additions and 3 deletions

View File

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