diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-23 09:43:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-23 09:43:49 +0000 |
commit | 256846bb65357d2d564ec394394c235408eaf4a7 (patch) | |
tree | d3cf11f4e515f552a0d2fcd01e5137c324b89de3 /csu | |
parent | d480547e995bccb6c33a166869897dd396357cef (diff) | |
download | glibc-256846bb65357d2d564ec394394c235408eaf4a7.tar glibc-256846bb65357d2d564ec394394c235408eaf4a7.tar.gz glibc-256846bb65357d2d564ec394394c235408eaf4a7.tar.bz2 glibc-256846bb65357d2d564ec394394c235408eaf4a7.zip |
Update.
1998-12-29 Geoff Keating <geoffk@ozemail.com.au>
* sunrpc/Versions: Include _authenticate, it's defined in a user
header (in fact, it's the whole contents of rpc/svc_auth.h).
1999-01-23 Ulrich Drepper <drepper@cygnus.com>
* io/ftw.c (process_entry): Initialize flag since not all gcc
versions are smart enough to see that this is no problem.
* elf/dl-open.c (_dl_init_paths): Check malloc result.
* csu/Versions: Add __frame_state_for.
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Versions b/csu/Versions index c69503ba7b..1e5a7bcd39 100644 --- a/csu/Versions +++ b/csu/Versions @@ -8,7 +8,7 @@ libc { # Exception handling support functions from libgcc __register_frame; __register_frame_table; __deregister_frame; - __register_frame_info; __deregister_frame_info; + __register_frame_info; __deregister_frame_info; __frame_state_for; # variables in normal name space errno; |