]> granicus.if.org Git - postgresql/commitdiff
Add missing support for Opteron (__x86_64__).
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Sep 2003 20:21:18 +0000 (20:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Sep 2003 20:21:18 +0000 (20:21 +0000)
src/include/port/linux.h

index 283799c14d6eb147fd57997fe0a894ec9c9f3ac4..f6aacc67ff24fd0fdedf763c44be3568a2b0cc97 100644 (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