diff options
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 2 |
2 files changed, 5 insertions, 1 deletions
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 <Brian.Ford@FlightSafety.com> + + * configure.host (*-*-cygwin*): Define HAVE_BLKSIZE. + 2007-01-02 Ben Elliston <bje@au.ibm.com> * doc/makedoc.c: Include <stdlib.h>. 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: |