diff options
Diffstat (limited to 'elf/dl-debug.c')
-rw-r--r-- | elf/dl-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-debug.c b/elf/dl-debug.c index 4c8c51a94c..e0bf1fbbc4 100644 --- a/elf/dl-debug.c +++ b/elf/dl-debug.c @@ -31,6 +31,7 @@ struct r_debug _r_debug; _r_debug.r_ldbase. Returns the address of _r_debug. */ struct r_debug * +internal_function _dl_debug_initialize (ElfW(Addr) ldbase) { if (_r_debug.r_brk == 0) |