mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 08:00:39 +01:00
Misc
This commit is contained in:
parent
067039db6b
commit
a2ed8a7059
@ -94,7 +94,7 @@ using namespace Firebird;
|
||||
#define SYNC O_SYNC
|
||||
#endif
|
||||
|
||||
// Changed to not redfine SYNC if O_SYNC already exists
|
||||
// Changed to not redefine SYNC if O_SYNC already exists
|
||||
// they seem to be the same values anyway. MOD 13-07-2001
|
||||
#if (!(defined SYNC) && (defined O_FSYNC))
|
||||
#define SYNC O_FSYNC
|
||||
|
Loading…
Reference in New Issue
Block a user