glibc/csu/Versions
Ulrich Drepper 256846bb65 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.
1999-01-23 09:43:49 +00:00

24 lines
517 B
Plaintext

libc {
GLIBC_2.0 {
# global variables
_errno;
# helper functions
__libc_init_first; __libc_start_main;
# Exception handling support functions from libgcc
__register_frame; __register_frame_table; __deregister_frame;
__register_frame_info; __deregister_frame_info; __frame_state_for;
# variables in normal name space
errno;
}
GLIBC_2.1 {
# global variables
__libc_stack_end;
# New special glibc functions.
gnu_get_libc_release; gnu_get_libc_version;
}
}