Declare _dl_skip_args in ldsodefs.h header.

This commit is contained in:
Roland McGrath 2013-05-07 14:49:26 -07:00
parent 1a0fc08754
commit 8347c74cc5
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-05-07 Roland McGrath <roland@hack.frob.com>
* sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
and _dl_skip_args_internal.
2013-05-07 Carlos O'Donell <carlos@redhat.com>
* manual/message.texi (Message Translation): Talk about users.

View File

@ -639,6 +639,16 @@ extern char **_dl_argv
#endif
;
#ifdef IS_IN_rtld
extern unsigned int _dl_skip_args attribute_hidden
# ifndef DL_ARGV_NOT_RELRO
attribute_relro
# endif
;
extern unsigned int _dl_skip_args_internal attribute_hidden
# ifndef DL_ARGV_NOT_RELRO
attribute_relro
# endif
;
extern char **_dl_argv_internal attribute_hidden
# ifndef DL_ARGV_NOT_RELRO
attribute_relro