1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2004-10-19  Ulrich Drepper  <drepper@redhat.com>

	* elf/Versions [ld, GLIBC_PRIVATE]: Add _dl_debug_state.
	* elf/dl-debug.c (_dl_debug_state): Add rtld_hidden_def.
	* sysdeps/generic/ldsodefs.h (_dl_debug_state): Don't maek as
	hidden but use rtld_hidden_proto.
This commit is contained in:
Ulrich Drepper
2004-10-19 22:21:46 +00:00
parent 1866ae9455
commit 7e46ec8ccc
4 changed files with 12 additions and 1 deletions

View File

@ -57,3 +57,4 @@ void
_dl_debug_state (void)
{
}
rtld_hidden_def (_dl_debug_state)