mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
1998-07-07 17:28 Ulrich Drepper <drepper@cygnus.com> * elf/dl-profstub.c (_dl_profile_map): Only declare variable here. * elf/dl-support.c: Define it here... * elf/rtld.c: ...and here.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
/* This is the map for the shared object we profile. It is defined here
|
||||
only because we test for this value being NULL or not. */
|
||||
struct link_map *_dl_profile_map;
|
||||
extern struct link_map *_dl_profile_map;
|
||||
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user