From eeb96795e5e3dc74eae35cea77104bbbc558c268 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 30 Apr 2020 01:46:04 +0300 Subject: [PATCH] mdbx: minor README update. Change-Id: I8975d515ffff0ccfd6adc5d76908ee96d89b230d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9685648b..0626931c 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ pre-opening is not needed. > contrary to LMDB. Nevertheless, the `MDBX_UTTERLY_NOSYNC` mode available to match LMDB behaviour, > and for a special use-cases. -6. On **MacOS** the `fcntl(F_FULLFSYNC)` syscall is used _by +6. On **MacOS & iOS** the `fcntl(F_FULLFSYNC)` syscall is used _by default_ to synchronize data with the disk, as this is [the only way to guarantee data durability](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/fsync.2.html)