From 8258fe2f1edd827e6555b93b99d0585f64c0d0ac 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: http://svn.ruby-lang.org/repos/ruby/trunk@3785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 05fbd59df..2e7380acf 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -232,6 +232,7 @@ config.h: /* \#define HAVE_RANDOM 1 */ \#define HAVE_WAITPID 1 \#define HAVE_GETCWD 1 +\#define HAVE_FSYNC 1 /* \#define HAVE_TRUNCATE 1 */ \#define HAVE_CHSIZE 1 \#define HAVE_TIMES 1 -- cgit