mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +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;
|
||||
|
||||
#if defined(UNIX) && defined(SUPERSERVER)
|
||||
#if defined(FREEBSD)
|
||||
sigjmp_buf tdbb_sigsetjmp;
|
||||
#else
|
||||
jmp_buf tdbb_sigsetjmp;
|
||||
#endif
|
||||
#endif
|
||||
} *TDBB;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user