summaryrefslogtreecommitdiff
path: root/src/include/port/cygwin.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-23 03:31:30 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-23 03:31:30 +0000
commit69f2e9b0fc46e50525990fbc9ea049e2c91840bf (patch)
tree6a8935c019067fe15286e2d5eba6c1b34ea084e6 /src/include/port/cygwin.h
parentdcae5781d11d0c0c0f2405d5e9b7d5ba91336e07 (diff)
downloadpostgresql-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/cygwin.h')
-rw-r--r--src/include/port/cygwin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/port/cygwin.h b/src/include/port/cygwin.h
index 66bb9acc5d..1a1be83b8f 100644
--- a/src/include/port/cygwin.h
+++ b/src/include/port/cygwin.h
@@ -1,7 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $ */
-
-#define HAS_TEST_AND_SET
-typedef unsigned char slock_t;
+/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.6 2003/12/23 03:31:30 momjian Exp $ */
#include <cygwin/version.h>