diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-02 01:05:43 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-02 01:05:43 +0000 |
commit | 59c9f5f586104615fe5acce7d7d506f26340d02f (patch) | |
tree | d5d20ae50c136f341546c3ba5ee69a78741c9595 /newlib/ChangeLog | |
parent | 38f4f02370cd42e2e4f8cc46e51013581d0973d0 (diff) | |
download | newlib-59c9f5f586104615fe5acce7d7d506f26340d02f.zip newlib-59c9f5f586104615fe5acce7d7d506f26340d02f.tar.gz newlib-59c9f5f586104615fe5acce7d7d506f26340d02f.tar.bz2 |
2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/time/strptime.c: Add standard includes to avoid
warning messages at compilation time.
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 7da08c5..e273079 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com> + + * libc/time/strptime.c: Add standard includes to avoid + warning messages at compilation time. + 2004-04-01 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/vfscanf.c (__svfscanf_r): Add locking/unlocking |