Add missing support for Opteron (__x86_64__).

This commit is contained in:
Tom Lane 2003-09-14 20:21:18 +00:00
parent 3f43446e36
commit 241cea18f7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#endif
#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)
typedef unsigned char slock_t;
#define HAS_TEST_AND_SET