From 161e19ded988df158b4bec5fca0f4f977fa581e8 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 13 May 2003 08:59:36 +0000 Subject: * 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 --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index b38087f979..af30debb02 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -253,6 +253,7 @@ config.h: #define HAVE_HYPOT 1 #define HAVE_MODF 1 #define HAVE_WAITPID 1 +#define HAVE_FSYNC 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 #define HAVE__SETJMP 1 -- cgit v1.2.3