projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609f93a
)
Include information for armv4l from Mark Knox
.
author
Thomas G. Lockhart
Tue, 18 Apr 2000 05:35:38 +0000
(
05:35
+0000)
committer
Thomas G. Lockhart
Tue, 18 Apr 2000 05:35:38 +0000
(
05:35
+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 d82103b879b793870d1e4828dddb38c727aaa3c1..2ddb34df2c5f02d349e439e33069935a9b8bea12 100644
(file)
--- a/
src/include/port/linux.h
+++ b/
src/include/port/linux.h
@@
-32,6
+32,11
@@
typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
+#elif defined(__arm__)
+typedef unsigned char slock_t
+
+#define HAS_TEST_AND_SET
+
#endif
#if defined(__GLIBC__) && (__GLIBC__ >= 2)