diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-05 19:58:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-05 19:58:20 +0000 |
commit | 5fc728a23a4e7c1527e6e2fd56a5082122a7963e (patch) | |
tree | 8d65b2c67768a94348b7c9aebc74e62a30d78c0e /ChangeLog | |
parent | 790eed83d16363ef9d1241f366e0f3559b7f5c90 (diff) | |
download | glibc-5fc728a23a4e7c1527e6e2fd56a5082122a7963e.tar.gz glibc-5fc728a23a4e7c1527e6e2fd56a5082122a7963e.tar.xz glibc-5fc728a23a4e7c1527e6e2fd56a5082122a7963e.zip |
* stdio-common/sscanf.c: Use prototype defn with ... syntax.
* libio/swscanf.c: Likewise. * libio/swprintf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2b7f720f06..8d41ebab0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-05 Roland McGrath <roland@redhat.com> + + * stdio-common/sscanf.c: Use prototype defn with ... syntax. + * libio/swscanf.c: Likewise. + * libio/swprintf.c: Likewise. + 2003-03-04 Roland McGrath <roland@redhat.com> * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>. |