diff options
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r-- | elf/dl-close.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c index a58e8f8e5d..d6f00008b1 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -80,7 +80,7 @@ _dl_close (void *_map) && imap->l_init_called) { /* When debugging print a message first. */ - if (_dl_debug_impcalls) + if (__builtin_expect (_dl_debug_impcalls, 0)) _dl_debug_message (1, "\ncalling fini: ", imap->l_name, "\n\n", NULL); |