Commit 241cea18 authored by Tom Lane's avatar Tom Lane

Add missing support for Opteron (__x86_64__).

parent 3f43446e
......@@ -4,7 +4,7 @@
#endif
#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)
typedef unsigned char slock_t;
#define HAS_TEST_AND_SET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment