From 256846bb65357d2d564ec394394c235408eaf4a7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 23 Jan 1999 09:43:49 +0000 Subject: Update. 1998-12-29 Geoff Keating * 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 * 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. --- csu/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csu/Versions') 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; -- cgit v1.2.3