mirror of git://sourceware.org/git/glibc.git
* Makerules (gen-as-const): Don't silently continue on failure.
* login/utmp-private.h: Likewise.
This commit is contained in:
parent
1feda3ed29
commit
d38ba88ab0
|
|
@ -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>
|
2004-01-14 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
* sysdeps/generic/dl-sysdep.c: Define __libc_stack_end with
|
* sysdeps/generic/dl-sysdep.c: Define __libc_stack_end with
|
||||||
|
|
@ -7,7 +11,7 @@
|
||||||
|
|
||||||
* libio/libio.h: Add const to function tables types.
|
* libio/libio.h: Add const to function tables types.
|
||||||
* libio/libioP.h: Likewise.
|
* 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/fileops.c: Add const to jump table variable definition.
|
||||||
* libio/genops.c: Likewise.
|
* libio/genops.c: Likewise.
|
||||||
* libio/iofopncook.c: Likewise.
|
* libio/iofopncook.c: Likewise.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue