summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 08:59:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 08:59:36 +0000
commit161e19ded988df158b4bec5fca0f4f977fa581e8 (patch)
tree6d31e0f9480e4b84b0622d1487705f77a9f4416c /win32/win32.h
parentbd810795c589a81e8939b53ad921f823e7133ee9 (diff)
* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define
HAVE_FSYNC. * win32/win32.h (fsync): define as _commit(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 48d2f1beaf..976e8f36f4 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -119,6 +119,7 @@ extern "C++" {
#endif
#define vsnprintf _vsnprintf
#define snprintf _snprintf
+#define fsync _commit
#undef stat
#define stat(path,st) rb_w32_stat(path,st)