diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 07:15:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 07:15:10 +0000 |
commit | 42ba2c1158d3706164fcf8070ba603bf4484fc4e (patch) | |
tree | 87a3a5ac3b74a3e3519503cce16648a3287377bd /ChangeLog | |
parent | 0a63529d383b641b3541692a5df9a996e51cdcb6 (diff) | |
download | glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.gz glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.bz2 glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.zip |
Update.
2000-03-31 Andreas Schwab <schwab@suse.de>
* string/strfry.c: Declare STATE as array of char instead of int
and do not initialize it (done by initstate_r). Pass correct
size.
* sysdeps/generic/ldsodefs.h: Fix typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ +2000-03-31 Andreas Schwab <schwab@suse.de> + + * string/strfry.c: Declare STATE as array of char instead of int + and do not initialize it (done by initstate_r). Pass correct + size. + 2000-04-03 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/ldsodefs.h: Fix typo in comment. + * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more instruction out of the code. |