From ce26858facb2d757d810a3905b5f084f89026fce Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 26 Oct 2003 01:41:10 +0000 Subject: [PATCH] Update for m68k from Peter. --- src/include/port/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 03fa6c0edd..159db3194f 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 -#elif defined(__m68k__) +#elif defined(__mc68000__) typedef unsigned char slock_t; #define HAS_TEST_AND_SET -- 2.11.0