aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/unixware.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-23 18:13:17 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-23 18:13:17 +0000
commit9adaf64da343f84ca4659e6ff9be926daf628a43 (patch)
treeefe2c94a8912a581c97b0017e74f1ffc5b689631 /src/include/port/unixware.h
parentcaf6e9d2dd072299fa7779446f0dcc31e1f80c2d (diff)
downloadpostgresql-9adaf64da343f84ca4659e6ff9be926daf628a43.tar.gz
postgresql-9adaf64da343f84ca4659e6ff9be926daf628a43.zip
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.
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r--src/include/port/unixware.h3
1 files changed, 0 insertions, 3 deletions
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