diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 88a340d1ee..a5b0ab9815 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -1432,7 +1432,7 @@ of this helper program; chances are you did not intend to run this program.\n\ #endif #ifdef DL_SYSDEP_OSCHECK - DL_SYSDEP_OSCHECK (dl_fatal); + DL_SYSDEP_OSCHECK (_dl_fatal_printf); #endif /* Initialize the data structures for the search paths for shared |