8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

Fix problem in non-Linux/FreeBSD/WIN_NT SuperServer builds

This commit is contained in:
skidder 2004-02-29 06:15:19 +00:00
parent f69e8dd477
commit 8fada883a4

View File

@ -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;