mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add missing support for Opteron (__x86_64__).
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
Reference in New Issue
Block a user