aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-26 00:26:13 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-26 00:26:13 +0000
commit1fdbc8cc20f692c832797c5fc39854b230e6676a (patch)
tree6e8c90e3616053739e42272e20e7420c1725e15d /src
parent530f997e6ec407d0f70f8300cd0bca87d130a917 (diff)
downloadpostgresql-1fdbc8cc20f692c832797c5fc39854b230e6676a.tar.gz
postgresql-1fdbc8cc20f692c832797c5fc39854b230e6676a.zip
Update linux/mips port.
Add m68k to linux port.
Diffstat (limited to 'src')
-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 c7d88e396cd..0453347dac3 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -43,4 +43,9 @@ typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
+#ifif defined(__m68k__)
+typedef unsigned char slock_t;
+
+#define HAS_TEST_AND_SET
+
#endif