diff options
Diffstat (limited to 'elf/dl-libc.c')
-rw-r--r-- | elf/dl-libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-libc.c b/elf/dl-libc.c index 784af27c3d..39ccf82ed1 100644 --- a/elf/dl-libc.c +++ b/elf/dl-libc.c @@ -89,7 +89,7 @@ do_dlsym (void *ptr) static void do_dlclose (void *ptr) { - _dl_close ((struct link_map *) ptr); + _dl_close ((struct link_map *) ptr); } /* ... and these functions call dlerror_run. */ |