about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-23 09:43:49 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-23 09:43:49 +0000
commit256846bb65357d2d564ec394394c235408eaf4a7 (patch)
treed3cf11f4e515f552a0d2fcd01e5137c324b89de3 /csu
parentd480547e995bccb6c33a166869897dd396357cef (diff)
downloadglibc-256846bb65357d2d564ec394394c235408eaf4a7.tar.gz
glibc-256846bb65357d2d564ec394394c235408eaf4a7.tar.xz
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/Versions2
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;