mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Misc.
This commit is contained in:
parent
24b23ebbf7
commit
a85ac91620
@ -115,7 +115,7 @@ private:
|
||||
bool init;
|
||||
public:
|
||||
#ifdef MIXED_SEMAPHORE_AND_FILE_HANDLE
|
||||
static bool SignalSafeSemaphore::checkHandle(int n);
|
||||
static bool checkHandle(int n);
|
||||
#endif
|
||||
SignalSafeSemaphore()
|
||||
: init(false)
|
||||
|
@ -319,11 +319,9 @@ const SSHORT CLASS = CLASS_NETBSD_I386;
|
||||
#ifdef DARWIN
|
||||
#if defined(i386)
|
||||
const SSHORT CLASS = CLASS_DARWIN_I386;
|
||||
#endif
|
||||
#ifdef DARWIN64
|
||||
#elif defined DARWIN64
|
||||
const SSHORT CLASS = CLASS_DARWIN_X64;
|
||||
#endif
|
||||
#ifdef powerpc
|
||||
#elif defined powerpc
|
||||
const SSHORT CLASS = CLASS_DARWIN_PPC;
|
||||
#endif
|
||||
#endif // DARWIN
|
||||
|
Loading…
Reference in New Issue
Block a user