summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index dc820c8a4..8e6cdbe28 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-21 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with
+ HAVE_FCNTL flag check.
+ * configure.host: Define HAVE_FCNTL for Cygwin, go32, RTEMS, sparc64,
+ powerpcle, x86 netware, x86 sco, x86 Linux and Vxworks.
+
Thu Feb 15 01:39:51 2001 Christopher Faylor <cgf@cygnus.com>
* libc/include/sys/signal.h: Always include sys/types.h under Cygwin.