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
This commit is contained in:
Vadim Zeitlin
2005-08-04 01:05:26 +00:00
parent 82ff64fdb7
commit 52ca5b5941

View File

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