diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-15 01:54:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-15 01:54:42 +0000 |
commit | d38ba88ab0627cf4f537faf3099edd3838a8b45a (patch) | |
tree | 3c1e366f6ffb885f91be5535db320ba552db4cb9 | |
parent | 1feda3ed299f7eb73545f013640eab1faef74362 (diff) | |
download | glibc-d38ba88ab0627cf4f537faf3099edd3838a8b45a.tar glibc-d38ba88ab0627cf4f537faf3099edd3838a8b45a.tar.gz glibc-d38ba88ab0627cf4f537faf3099edd3838a8b45a.tar.bz2 glibc-d38ba88ab0627cf4f537faf3099edd3838a8b45a.zip |
* Makerules (gen-as-const): Don't silently continue on failure.
* login/utmp-private.h: Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-01-13 Segher Boessenkool <boessen@de.ibm.com> + + * Makerules (gen-as-const): Don't silently continue on failure. + 2004-01-14 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/generic/dl-sysdep.c: Define __libc_stack_end with @@ -7,7 +11,7 @@ * libio/libio.h: Add const to function tables types. * libio/libioP.h: Likewise. - * /login/utmp-private.h: Likewise. + * login/utmp-private.h: Likewise. * libio/fileops.c: Add const to jump table variable definition. * libio/genops.c: Likewise. * libio/iofopncook.c: Likewise. |