diff options
Diffstat (limited to 'elf/dlerror.c')
-rw-r--r-- | elf/dlerror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dlerror.c b/elf/dlerror.c index b984b3d908..00d367b0a4 100644 --- a/elf/dlerror.c +++ b/elf/dlerror.c @@ -87,6 +87,7 @@ dlerror (void) } int +internal_function _dlerror_run (void (*operate) (void *), void *args) { __libc_once_define (static, once); |