glibc/nss/libnss_files.map
Ulrich Drepper ce37fa887b Update.
1997-06-14 00:39  Ulrich Drepper  <drepper@cygnus.com>

	* libc.map: Add more libio functions which are used in libio.h.

	* login/Makefile (libutil-routines): Move updwtmp to ...
	(routines): ...here.
	Suggested by Mark Kettenis <kettenis@phys.uva.nl>.

	* sysdeps/stub/s_erfl.c: Add stub definition of erfcl.
	Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>.

1997-06-13 21:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nis/nis_add.c (nis_add): Create object name only if not set.

	* nis/nis_clone.c: Use calloc instead of malloc to prevent
	RPC encode errors.

	* nis/nis_modify.c (nis_modify): Create default object entrys if
	given are NULL.
	* nis/nis/nis_table.c (nis_add_entry, nis_modify_entry): Likewise.

1997-06-13 14:17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>


	* sysdeps/i386/addmul_1.S: Replace size with sizeP, otherwise the
	define might also replace the expanded macro ASM_SIZE_DIRECTIVE.
	* sysdeps/i386/submul_1.S: Likewise.

1997-06-13 12:19  Ulrich Drepper  <drepper@cygnus.com>

	* elf/rtld.c: Print version information if LD_TRACE_LOADED_OBJECT
	and LD_VERBOSE are given.

	* elf/ldd.sh.in: Add -v|--verbose option.  Add author information
	as per Coding Standard.
	* elf/ldd.bash.in: Likewise.

1997-06-12 21:22  Ulrich Drepper  <drepper@cygnus.com>
1997-06-13 22:46:42 +00:00

29 lines
1.5 KiB
Plaintext

GLIBC_2.0 {
global:
_nss_files_endaliasent; _nss_files_endetherent; _nss_files_endgrent;
_nss_files_endhostent; _nss_files_endnetent; _nss_files_endnetgrent;
_nss_files_endprotoent; _nss_files_endpwent; _nss_files_endrpcent;
_nss_files_endservent; _nss_files_endspent; _nss_files_getaliasbyname_r;
_nss_files_getaliasent_r; _nss_files_getetherent_r; _nss_files_getgrent_r;
_nss_files_getgrgid_r; _nss_files_getgrnam_r; _nss_files_gethostbyaddr_r;
_nss_files_gethostbyname2_r; _nss_files_gethostbyname_r;
_nss_files_gethostent_r; _nss_files_gethostton_r;
_nss_files_getnetbyaddr_r; _nss_files_getnetbyname_r;
_nss_files_getnetent_r; _nss_files_getnetgrent_r; _nss_files_getntohost_r;
_nss_files_getprotobyname_r; _nss_files_getprotobynumber_r;
_nss_files_getprotoent_r; _nss_files_getpwent_r; _nss_files_getpwnam_r;
_nss_files_getpwuid_r; _nss_files_getrpcbyname_r;
_nss_files_getrpcbynumber_r; _nss_files_getrpcent_r;
_nss_files_getservbyname_r; _nss_files_getservbyport_r;
_nss_files_getservent_r; _nss_files_getspent_r; _nss_files_getspnam_r;
_nss_files_parse_etherent; _nss_files_parse_netent;
_nss_files_parse_protoent; _nss_files_parse_rpcent;
_nss_files_parse_servent; _nss_files_setaliasent; _nss_files_setetherent;
_nss_files_setgrent; _nss_files_sethostent; _nss_files_setnetent;
_nss_files_setnetgrent; _nss_files_setprotoent; _nss_files_setpwent;
_nss_files_setrpcent; _nss_files_setservent; _nss_files_setspent;
local:
*;
};