mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Awhile back I wrote that freebsd.h was probably broken in the places where
it diverged from netbsd.h and openbsd.h. This has now been confirmed. Accordingly, make all three exactly alike.
This commit is contained in:
@ -44,5 +44,4 @@ typedef unsigned long slock_t;
|
||||
#if defined(__powerpc__)
|
||||
#define HAS_TEST_AND_SET
|
||||
typedef unsigned int slock_t;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user