aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2000-04-18 05:35:38 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2000-04-18 05:35:38 +0000
commit24864d048eec2c579346eb31a42c87be1c92644e (patch)
treeb83762f2c060fff81f3afff8935ea44686cdabfa
parent609f93a43698cd8ba6cdb2fd5a9669d42dcc26c9 (diff)
downloadpostgresql-24864d048eec2c579346eb31a42c87be1c92644e.tar.gz
postgresql-24864d048eec2c579346eb31a42c87be1c92644e.zip
Include information for armv4l from Mark Knox <segfault@hardline.org>.
-rw-r--r--src/include/port/linux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index d82103b879b..2ddb34df2c5 100644
--- 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)