Skip to content

Commit

Permalink
* elf/rtld.c (dl_main): Extend help message for --audit option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 16, 2009
1 parent eee6b14 commit 7e34260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion elf/rtld.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e34260

Please sign in to comment.