From 9adaf64da343f84ca4659e6ff9be926daf628a43 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Dec 2003 18:13:17 +0000 Subject: Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms that were broken, try to make layout of s_lock.h entries consistent, use HAVE_SPINLOCKS in preference to HAS_TEST_AND_SET everywhere outside s_lock.h itself. --- src/include/port/unixware.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/port/unixware.h') diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 600b7cd4f86..2d02be7c7a7 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -1,5 +1,3 @@ -#define HAS_TEST_AND_SET - /* see src/backend/libpq/pqcomm.c */ #define SCO_ACCEPT_BUG @@ -20,5 +18,4 @@ #endif #ifndef BYTE_ORDER #define BYTE_ORDER LITTLE_ENDIAN - #endif -- cgit v1.2.3