Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-29 02:20:47 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-29 02:20:47 +0300
commit5c581ecaf63091451ef6572ef70041f661d09d19 (patch)
treebe74075cae6b9d07528e65243df06b379d5a7607 /newlib/ChangeLog
parent6d48dd20ba8333b650f15d0277c46949fe934312 (diff)
* libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather than
defining getopt directly.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 64213292d..1d7d2ccdd 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-28 Christopher Faylor <cgf@redhat.com>
+
+ * libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather
+ than defining getopt directly.
+
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.11.0 info.