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 /sunrpc | |
parent | d480547e995bccb6c33a166869897dd396357cef (diff) | |
download | glibc-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 'sunrpc')
-rw-r--r-- | sunrpc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions index e1a74aedfd..21df89b458 100644 --- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -55,6 +55,9 @@ libc { __key_decryptsession_pk_LOCAL; __key_encryptsession_pk_LOCAL; __key_gendes_LOCAL; + # _* + _authenticate; + # a* authdes_create; authdes_getucred; authdes_pk_create; |