From 03e4219e7783eaa6d5cf1b02a79e00b857185e55 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Feb 1998 18:52:30 +0000 Subject: Update. 1998-02-19 Ulrich Drepper * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition. 1998-02-19 17:16 Ulrich Drepper * libc.map: More reordering for GLIBC_2.1 symbols. 1998-02-19 Andreas Jaeger * libc.map: Move some functions from version GLIBC_2.0 to GLIBC_2.1, reorder declarations. 1998-02-19 Ulrich Drepper * resolv/gethnamaddr.c (addrsort): Make this function extern. Patch by zab@thebrain.grumblesmurf.net. 1998-02-19 Thorsten Kukuk * nis/libnsl.map: NIS+ support is new in glibc 2.1, add NIS+ functions with version GLIBC_2.1. 1998-02-19 14:05 Ulrich Drepper * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility with 2.0 binaries. Reported by Thorsten Kukuk. 1998-02-19 Andreas Jaeger * elf/dlvsym.c (dlvsym_doit): Correct last patch. * elf/dlsym.c (dlsym_doit): Likewise. 1998-02-19 Andreas Jaeger * elf/link.h: Correct typos. * iconv/iconv_prog.c: Correct typo. * elf/dl-open.c (_dl_open): Assign correct value to new->l_global. --- nis/libnsl.map | 72 +++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 39 deletions(-) (limited to 'nis/libnsl.map') diff --git a/nis/libnsl.map b/nis/libnsl.map index 2a08bb454c..21c46747bc 100644 --- a/nis/libnsl.map +++ b/nis/libnsl.map @@ -1,4 +1,32 @@ GLIBC_2.0 { + global: + + # Many programs expect this, but every user program should + # have it's own version, since the interface is different on + # various platforms. + xdr_domainname; xdr_keydat; xdr_mapname; + xdr_peername; xdr_valdat; xdr_yp_buf; + xdr_ypbind_binding; xdr_ypbind_resp; xdr_ypbind_resptype; + xdr_ypbind_setdom; xdr_ypdelete_args; xdr_ypmap_parms; + xdr_ypmaplist; xdr_yppush_status; xdr_yppushresp_xfr; + xdr_ypreq_key; xdr_ypreq_nokey; xdr_ypreq_xfr; + xdr_ypresp_all; xdr_ypresp_key_val; xdr_ypresp_maplist; + xdr_ypresp_master; xdr_ypresp_order; xdr_ypresp_val; + xdr_ypresp_xfr; xdr_ypstat; xdr_ypupdate_args; + xdr_ypxfrstat; + + __yp_check; + yp_all; yp_bind; yp_first; + yp_get_default_domain; yp_maplist; yp_master; + yp_match; yp_next; yp_order; + yp_unbind; yp_update; ypbinderr_string; + yperr_string; ypprot_err; + + local: + *; +}; + +GLIBC_2.1 { global: nis_add; nis_add_entry; nis_addmember; @@ -25,42 +53,8 @@ GLIBC_2.0 { # This functions are needed by the NIS+ tools and rpc.nisd, # they should never be used in a normal user program ! - __nis_default_access; __nis_default_group; __nis_default_owner; - __nis_default_ttl; __free_fdresult; __nis_finddirectory; - __nis_hash; readColdStartFile; writeColdStartFile; - __do_niscall2; - - # Many programs expect this, but every user program should - # have it's own version, since the interface is different on - # various platforms. - xdr_cp_result; xdr_directory_obj; xdr_domainname; - xdr_dump_args; xdr_endpoint; xdr_entry_col; - xdr_entry_obj; xdr_fd_args; xdr_fd_result; - xdr_group_obj; xdr_ib_request; xdr_keydat; - xdr_link_obj; xdr_log_entry; xdr_log_entry_t; - xdr_log_result; xdr_mapname; xdr_nis_attr; - xdr_nis_error; xdr_nis_name; xdr_nis_object; - xdr_nis_oid; xdr_nis_result; xdr_nis_server; - xdr_nis_tag; xdr_nis_taglist; xdr_ns_request; - xdr_nstype; xdr_oar_mask; xdr_objdata; - xdr_peername; xdr_ping_args; xdr_table_col; - xdr_table_obj; xdr_valdat; xdr_yp_buf; - xdr_ypbind_binding; xdr_ypbind_resp; xdr_ypbind_resptype; - xdr_ypbind_setdom; xdr_ypdelete_args; xdr_ypmap_parms; - xdr_ypmaplist; xdr_yppush_status; xdr_yppushresp_xfr; - xdr_ypreq_key; xdr_ypreq_nokey; xdr_ypreq_xfr; - xdr_ypresp_all; xdr_ypresp_key_val; xdr_ypresp_maplist; - xdr_ypresp_master; xdr_ypresp_order; xdr_ypresp_val; - xdr_ypresp_xfr; xdr_ypstat; xdr_ypupdate_args; - xdr_ypxfrstat; xdr_zotypes; - - __yp_check; - yp_all; yp_bind; yp_first; - yp_get_default_domain; yp_maplist; yp_master; - yp_match; yp_next; yp_order; - yp_unbind; yp_update; ypbinderr_string; - yperr_string; ypprot_err; - - local: - *; -}; + __do_niscall2; __free_fdresult; __nis_default_access; + __nis_default_group; __nis_default_owner; __nis_default_ttl; + __nis_finddirectory; __nis_hash; + readColdStartFile; writeColdStartFile; +} GLIBC_2.0; -- cgit v1.2.3