aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/linux.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-26 00:27:59 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-26 00:27:59 +0000
commit72ecc222b75720c12a84faf53a326a71e79521e5 (patch)
treeb94630b94500de4d4bf87ab37e98a188402d9398 /src/include/port/linux.h
parent1fdbc8cc20f692c832797c5fc39854b230e6676a (diff)
downloadpostgresql-72ecc222b75720c12a84faf53a326a71e79521e5.tar.gz
postgresql-72ecc222b75720c12a84faf53a326a71e79521e5.zip
Fix #elif typo.
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r--src/include/port/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index 0453347dac3..03fa6c0edd1 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -43,7 +43,7 @@ typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
-#ifif defined(__m68k__)
+#elif defined(__m68k__)
typedef unsigned char slock_t;
#define HAS_TEST_AND_SET