1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update linux/mips port.

Add m68k to linux port.
This commit is contained in:
Bruce Momjian
2003-10-26 00:26:13 +00:00
parent 530f997e6e
commit 1fdbc8cc20
2 changed files with 7 additions and 2 deletions

View File

@ -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