8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
This commit is contained in:
alexpeshkoff 2009-06-10 09:48:16 +00:00
parent 06a3395e22
commit 70e7e9c397

View File

@ -134,11 +134,6 @@ void gds__trace_printer(void*, SSHORT, const TEXT*);
void gds__print_pool(Firebird::MemoryPool*, const TEXT*, ...);
void GDS_init_prefix();
#if (defined SOLARIS && !defined(MAP_ANON))
UCHAR* mmap_anon(SLONG);
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif