From 3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Mar 1998 17:03:23 +0000 Subject: Update. * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop. 1998-03-24 Thorsten Kukuk * libc.map: Add more rpc auth functions/variables. * nscd/nscd.c: Add -g option to argp options. 1998-03-24 Ulrich Drepper * configure.in: Be prepared for gcc 2.9.10 and up. * configure.in: Add missing disabling of quote characters in compiler version check. Reported by HJ Lu. 1998-03-24 Andreas Jaeger * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h. 1998-03-24 Ulrich Drepper * intl/locale.alias: Fix spelling of romanian. --- libc.map | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libc.map') diff --git a/libc.map b/libc.map index b04544821d..3dbd234ee9 100644 --- a/libc.map +++ b/libc.map @@ -459,6 +459,10 @@ GLIBC_2.1 { # Changed getline function in libio. _IO_getline_info; + # Special Pointer to avoid keyserv deadlock + __key_decryptsession_pk_LOCAL; __key_encryptsession_pk_LOCAL; + __key_gendes_LOCAL; + # chown interface change. chown; @@ -494,9 +498,9 @@ GLIBC_2.1 { fopen; fclose; fdopen; # g* - gai_strerror; getcontext; getdate; getdate_r; getnameinfo; getpt; grantpt; - getitimer; getrusage; getrlimit64; gettimeofday; - getutxent; getutxid; getutxline; + gai_strerror; getcontext; getdate; getdate_r; getitimer; getname; + getnameinfo; getpt; getrlimit64; getrusage; gettimeofday; + getutxent; getutxid; getutxline; grantpt; # New special glibc functions. gnu_get_libc_release; gnu_get_libc_version; -- cgit v1.2.3