diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-11 11:41:35 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-14 16:10:12 -0700 |
commit | ceb809dcae3da4464ea7d34c3d6e01ba1aa2e3d8 (patch) | |
tree | a05764e249ec74bb8b44831fe953a9ded628488c /elf | |
parent | 144c5467725f0868fadbdd236d67ee5b1df2fb45 (diff) | |
download | glibc-ceb809dcae3da4464ea7d34c3d6e01ba1aa2e3d8.tar.gz |
Use _dl_fatal_printf instead of a private variant.
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 |