glibc/nis/libnsl.map
Ulrich Drepper 03e4219e77 Update.
1998-02-19  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.

1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>

	* libc.map: More reordering for GLIBC_2.1 symbols.

1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libc.map: Move some functions from version GLIBC_2.0 to
	GLIBC_2.1, reorder declarations.

1998-02-19  Ulrich Drepper  <drepper@cygnus.com>

	* resolv/gethnamaddr.c (addrsort): Make this function extern.
	Patch by zab@thebrain.grumblesmurf.net.

1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* 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  <drepper@cygnus.com>

	* libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
	with 2.0 binaries.  Reported by Thorsten Kukuk.

1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* elf/dlvsym.c (dlvsym_doit): Correct last patch.

	* elf/dlsym.c (dlsym_doit): Likewise.

1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* elf/link.h: Correct typos.

	* iconv/iconv_prog.c: Correct typo.

	* elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
1998-02-19 18:52:30 +00:00

61 lines
2.7 KiB
Plaintext

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;
nis_checkpoint; nis_clone_directory; nis_clone_object;
nis_clone_result; nis_creategroup; nis_destroy_object;
nis_destroygroup; nis_dir_cmp; nis_domain_of;
nis_domain_of_r; nis_first_entry; nis_free_directory;
nis_free_object; nis_free_request; nis_freenames;
nis_freeresult; nis_freeservlist; nis_freetags;
nis_getnames; nis_getservlist; nis_ismember;
nis_leaf_of; nis_leaf_of_r; nis_lerror;
nis_list; nis_local_directory; nis_local_group;
nis_local_host; nis_local_principal; nis_lookup;
nis_mkdir; nis_modify; nis_modify_entry;
nis_name_of; nis_name_of_r; nis_next_entry;
nis_perror; nis_ping; nis_print_directory;
nis_print_entry; nis_print_group; nis_print_group_entry;
nis_print_link; nis_print_object; nis_print_result;
nis_print_rights; nis_print_table; nis_read_obj;
nis_remove; nis_remove_entry; nis_removemember;
nis_rmdir; nis_servstate; nis_sperrno;
nis_sperror; nis_sperror_r; nis_stats;
nis_verifygroup; nis_write_obj;
# This functions are needed by the NIS+ tools and rpc.nisd,
# they should never be used in a normal user program !
__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;