mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
fixed preprocessor directive - thanks to Claudio
This commit is contained in:
parent
74bc09e779
commit
cfed9477fb
@ -139,7 +139,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#if !(defined(DARWIN) | defined(HPUX))
|
||||
#if !(defined(DARWIN) || defined(HPUX))
|
||||
class Spinlock {
|
||||
private:
|
||||
pthread_spinlock_t spinlock;
|
||||
|
Loading…
Reference in New Issue
Block a user