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>2001-09-19 20:24:10 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-19 20:24:10 +0400
commit9e5ad282f006529cc62d30bd3eb54b14f6e5bf1d (patch)
tree26f4a921fbcf93e951c280f2840816d3d38c8ecc /winsup/cygwin/ChangeLog
parentde6305a0e4144e607fff5d7ce0dab1391052726f (diff)
* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2d5806418..0fc6b0b7d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 19 12:24:09 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.
+
Wed Sep 19 18:07:00 2001 Corinna Vinschen <corinna@vinschen.de>
* lib/getopt.c (getopt_long): Avoid compiler warning.