From 8e0e8f40fb7a6ea998062955b15d6de09cb54b72 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 8 Jan 2007 19:01:23 +0000 Subject: [PATCH] 2007-01-05 Brian Ford * configure.host (*-*-cygwin*): Define HAVE_BLKSIZE. --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index bf86d1a05..3e7bd32b1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2007-01-05 Brian Ford + + * configure.host (*-*-cygwin*): Define HAVE_BLKSIZE. + 2007-01-02 Ben Elliston * doc/makedoc.c: Include . diff --git a/newlib/configure.host b/newlib/configure.host index da18d168d..b82dbdb1c 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -498,7 +498,7 @@ case "${host}" in default_newlib_io_long_double="yes" default_newlib_io_pos_args="yes" CC="${CC} -I${cygwin_srcdir}/include" - newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_FCNTL -DMALLOC_PROVIDED" + newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -DHAVE_FCNTL -DMALLOC_PROVIDED" syscall_dir=syscalls ;; # RTEMS supplies its own versions of some routines: