diff options
Diffstat (limited to 'elf/dl-dst.h')
-rw-r--r-- | elf/dl-dst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-dst.h b/elf/dl-dst.h index 4112e591e0..615580b481 100644 --- a/elf/dl-dst.h +++ b/elf/dl-dst.h @@ -25,7 +25,7 @@ const char *__sf = strchr (name, '$'); \ \ if (__builtin_expect (__sf != NULL, 0)) \ - __cnt = INT(_dl_dst_count) (__sf, is_path); \ + __cnt = INTUSE(_dl_dst_count) (__sf, is_path); \ \ __cnt; }) |