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/nextstep.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/nextstep.h')
| -rw-r--r-- | src/include/port/nextstep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index c21594dcad..12ce891237 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -15,4 +15,3 @@ typedef int sigset_t; #endif #define NO_WAITPID -typedef struct mutex slock_t; |
