diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-10-08 16:26:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-10-08 16:26:28 +0000 |
commit | 85191fc5aa295e10e4bfecc8637d9d0ce74fc065 (patch) | |
tree | 45d30e79fda8c667a7d5d716910163992ee83fe0 /newlib/ChangeLog | |
parent | 5391a40c895765db3a41dc8aeaa3c2b3c4c1ce7a (diff) | |
download | cygnal-85191fc5aa295e10e4bfecc8637d9d0ce74fc065.tar.gz cygnal-85191fc5aa295e10e4bfecc8637d9d0ce74fc065.tar.bz2 cygnal-85191fc5aa295e10e4bfecc8637d9d0ce74fc065.zip |
2009-10-08 Eric Blake <ebb9@byu.net>
* libc/include/getopt.h (__getopt_r, __getopt_long_r)
(__getopt_long_only_r): Protect declarations, to avoid compiler
warning.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 43563837d..483f3dcef 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2009-10-08 Eric Blake <ebb9@byu.net> + + * libc/include/getopt.h (__getopt_r, __getopt_long_r) + (__getopt_long_only_r): Protect declarations, to avoid compiler + warning. + 2009-10-07 Corinna Vinschen <corinna@vinschen.de> * libc/locale/nl_langinfo.c (nl_langinfo): Just return current locale |