diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 23:53:01 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 23:53:01 +0000 |
| commit | 4f82ab4c97228eb5cb9de4719def9663b254eda9 (patch) | |
| tree | 962570aaa9930256ba85d1c46598f4653dff22d5 /src/include/port/linux.h | |
| parent | 0c0a1763707235164825bd38e063c354005b2a21 (diff) | |
| download | postgresql-4f82ab4c97228eb5cb9de4719def9663b254eda9.tar.gz | |
#define JMP_BUF has been unnecessary since the arrival of the sigsetjmp
test.
Diffstat (limited to 'src/include/port/linux.h')
| -rw-r--r-- | src/include/port/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 3555aba6d0..366932122c 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -4,7 +4,6 @@ __USE_BSD is set by bsd/signal.h, and __USE_BSD_SIGNAL appears not to be used. */ -#define JMP_BUF #define USE_POSIX_TIME #if defined(__i386__) |
