8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 08:00:39 +01:00
This commit is contained in:
Dmitry Yemanov 2024-05-28 09:03:25 +03:00
parent 067039db6b
commit a2ed8a7059

View File

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