mirror of git://sourceware.org/git/glibc.git
Update.
* iconv/iconvconfig.c (write_output): Update comment explaining output format.
This commit is contained in:
parent
32463b1aa6
commit
bbdf828564
|
@ -1,5 +1,8 @@
|
||||||
2001-07-22 Ulrich Drepper <drepper@redhat.com>
|
2001-07-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* iconv/iconvconfig.c (write_output): Update comment explaining
|
||||||
|
output format.
|
||||||
|
|
||||||
* elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN
|
* elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN
|
||||||
if it is alone.
|
if it is alone.
|
||||||
(_dl_dst_substitute): Likewise.
|
(_dl_dst_substitute): Likewise.
|
||||||
|
|
|
@ -923,13 +923,13 @@ next_prime (uint32_t seed)
|
||||||
to-internal module name offset
|
to-internal module name offset
|
||||||
offset into other conversion table
|
offset into other conversion table
|
||||||
|
|
||||||
ooff ??? Sequence of words
|
ooff ??? One or more of
|
||||||
name offset
|
number of steps/modules
|
||||||
one or more of tuple
|
one or more of tuple
|
||||||
canonical name offset
|
canonical name offset for output
|
||||||
module dir name offset
|
module dir name offset
|
||||||
module name offset
|
module name offset
|
||||||
(following last entry canocical name offset is 0)
|
(following last entry with step count 0)
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
write_output (void)
|
write_output (void)
|
||||||
|
|
Loading…
Reference in New Issue