mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
* elf/rtld.c (dl_main): Extend help message for --audit option.
This commit is contained in:
parent
eee6b14327
commit
7e34260365
@ -1,5 +1,7 @@
|
||||
2009-03-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/rtld.c (dl_main): Extend help message for --audit option.
|
||||
|
||||
[BZ #9759]
|
||||
* dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
|
||||
alphasort64, versionsort, and versionsort64 to POSIX 2008.
|
||||
|
@ -1011,7 +1011,8 @@ of this helper program; chances are you did not intend to run this program.\n\
|
||||
--library-path PATH use given PATH instead of content of the environment\n\
|
||||
variable LD_LIBRARY_PATH\n\
|
||||
--inhibit-rpath LIST ignore RUNPATH and RPATH information in object names\n\
|
||||
in LIST\n");
|
||||
in LIST\n\
|
||||
--audit LIST use objects named in LIST as auditors\n");
|
||||
|
||||
++_dl_skip_args;
|
||||
--_dl_argc;
|
||||
|
Loading…
Reference in New Issue
Block a user