From: Vadim Zeitlin Date: Thu, 4 Aug 2005 01:05:26 +0000 (+0000) Subject: define wxFsync() as fsync() under Unix not as (not existing) commit() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52ca5b594128b04ca27e748948df75cac84079a7?ds=inline define wxFsync() as fsync() under Unix not as (not existing) commit() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 84e5c44013..945aee42a5 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -329,7 +329,7 @@ enum wxFileKind #define wxWrite ::write #define wxLseek lseek #define wxSeek lseek - #define wxFsync commit + #define wxFsync fsync #define wxEof eof #define wxMkDir mkdir