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 771c9c1f91..7be9483de6 100644 --- a/elf/dl-libc.c +++ b/elf/dl-libc.c @@ -299,7 +299,7 @@ libc_freeres_fn (free_mem) /* Now free the old map. */ free (old); - } + } } if (USE___THREAD || GL(dl_tls_dtv_slotinfo_list) != NULL) |