diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-03-03 19:47:59 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-03-03 19:47:59 +0000 |
commit | be62101c605591b8cd8764d283d274d0defe749b (patch) | |
tree | 23ba9b5552585ef700bf9a0d881e7456ab08e12e /newlib/ChangeLog | |
parent | 193b9a616d422fdc5f2aa4fb027a49e94ebd934c (diff) | |
download | cygnal-be62101c605591b8cd8764d283d274d0defe749b.tar.gz cygnal-be62101c605591b8cd8764d283d274d0defe749b.tar.bz2 cygnal-be62101c605591b8cd8764d283d274d0defe749b.zip |
2008-03-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/getopt.h (no_argument): Added for glibc compatibility.
(required_argument, optional_argument): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a5003ebbd..a1ed163de 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2008-03-02 Jeff Johnston <jjohnstn@redhat.com> + + * libc/include/getopt.h (no_argument): Added for glibc compatibility. + (required_argument, optional_argument): Ditto. + 2008-02-29 Gregory Pietsch <gpietsch@comcast.net> * libc/stdlib/getopt.c (getopt_internal): Rewrite to accept |