diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-12-23 03:31:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-12-23 03:31:30 +0000 |
| commit | 69f2e9b0fc46e50525990fbc9ea049e2c91840bf (patch) | |
| tree | 6a8935c019067fe15286e2d5eba6c1b34ea084e6 /src/include/port/netbsd.h | |
| parent | dcae5781d11d0c0c0f2405d5e9b7d5ba91336e07 (diff) | |
| download | postgresql-69f2e9b0fc46e50525990fbc9ea049e2c91840bf.tar.gz | |
Move slock_t typdefs into s_lock.h from include/port files for
centralization and easier maintanence.
Diffstat (limited to 'src/include/port/netbsd.h')
| -rw-r--r-- | src/include/port/netbsd.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h index ae36a5cd4e..e69de29bb2 100644 --- a/src/include/port/netbsd.h +++ b/src/include/port/netbsd.h @@ -1,51 +0,0 @@ -#if defined(__i386__) || defined(__x86_64__) -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__ia64) -#define HAS_TEST_AND_SET -typedef unsigned int slock_t; -#endif - -#if defined(__sparc__) -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__vax__) -#define NEED_VAX_TAS_ASM -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__ns32k__) -#define NEED_NS32K_TAS_ASM -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__m68k__) -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__arm__) -#define HAS_TEST_AND_SET -typedef unsigned char slock_t; -#endif - -#if defined(__mips__) -/* # undef HAS_TEST_AND_SET */ -#endif - -#if defined(__alpha__) -#define HAS_TEST_AND_SET -typedef unsigned long slock_t; -#endif - -#if defined(__powerpc__) -#define HAS_TEST_AND_SET -typedef unsigned int slock_t; - -#endif |
