Bug 1120444 - Use fdatasync properly instead of fsync where appropriate. r=glandium

MozReview-Commit-ID: 4ObwOvWhrhx

--HG--
extra : rebase_source : 25c5a97458c485bd314397847823f11d4bf02019
This commit is contained in:
Liang Wei 2017-09-01 09:03:22 +02:00
Родитель 15a166a6b1
Коммит 6b9969cba4
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -3697,6 +3697,12 @@ then
if test "x$ac_cv_sqlite_dbstat_vtab" = "xno"; then
AC_MSG_ERROR([System SQLite library is not compiled with SQLITE_ENABLE_DBSTAT_VTAB.])
fi
else
dnl ==============================
dnl === SQLite fdatasync check ===
dnl ==============================
dnl Check to see if fdatasync is available
AC_CHECK_FUNC(fdatasync)
fi
if test -n "$MOZ_SYSTEM_SQLITE"; then