diff options
Diffstat (limited to 'elf/dl-misc.c')
-rw-r--r-- | elf/dl-misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-misc.c b/elf/dl-misc.c index 9b29bcf4cd..abc5cbb853 100644 --- a/elf/dl-misc.c +++ b/elf/dl-misc.c @@ -279,7 +279,6 @@ _dl_debug_printf (const char *fmt, ...) _dl_debug_vdprintf (GLRO(dl_debug_fd), 1, fmt, arg); va_end (arg); } -INTDEF(_dl_debug_printf) /* Write to debug file but don't start with a tag. */ |