diff options
Diffstat (limited to 'elf/dl-profstub.c')
-rw-r--r-- | elf/dl-profstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-profstub.c b/elf/dl-profstub.c index 9740c6adc4..10db640769 100644 --- a/elf/dl-profstub.c +++ b/elf/dl-profstub.c @@ -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 |