mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Fix problem in non-Linux/FreeBSD/WIN_NT SuperServer builds
This commit is contained in:
parent
f69e8dd477
commit
8fada883a4
@ -960,11 +960,7 @@ typedef struct tdbb
|
|||||||
struct iuo tdbb_pages;
|
struct iuo tdbb_pages;
|
||||||
|
|
||||||
#if defined(UNIX) && defined(SUPERSERVER)
|
#if defined(UNIX) && defined(SUPERSERVER)
|
||||||
#if defined(FREEBSD)
|
|
||||||
sigjmp_buf tdbb_sigsetjmp;
|
sigjmp_buf tdbb_sigsetjmp;
|
||||||
#else
|
|
||||||
jmp_buf tdbb_sigsetjmp;
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
} *TDBB;
|
} *TDBB;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user