projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f43446
)
Add missing support for Opteron (__x86_64__).
author
Tom Lane
Sun, 14 Sep 2003 20:21:18 +0000
(20:21 +0000)
committer
Tom Lane
Sun, 14 Sep 2003 20:21:18 +0000
(20:21 +0000)
src/include/port/linux.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/linux.h
b/src/include/port/linux.h
index 283799c14d6eb147fd57997fe0a894ec9c9f3ac4..f6aacc67ff24fd0fdedf763c44be3568a2b0cc97 100644
(file)
--- a/
src/include/port/linux.h
+++ b/
src/include/port/linux.h
@@
-4,7
+4,7
@@
#endif
-#if defined(__i386__)
+#if defined(__i386__)
|| defined(__x86_64__)
typedef unsigned char slock_t;
#define HAS_TEST_AND_SET