mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update for m68k from Peter.
This commit is contained in:
parent
cc9c59af24
commit
ce26858fac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue