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/cygwin.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/cygwin.h')
| -rw-r--r-- | src/include/port/cygwin.h | 5 |
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> |
