From: Roland McGrath Date: Tue, 7 May 2013 21:49:26 +0000 (-0700) Subject: Declare _dl_skip_args in ldsodefs.h header. X-Git-Tag: glibc-2.18~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8347c74cc5c972aa9e57747177b1f5f4b1cbcac8;p=thirdparty%2Fglibc.git Declare _dl_skip_args in ldsodefs.h header. --- diff --git a/ChangeLog b/ChangeLog index 9d87fbca2a4..de6646b3d66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-07 Roland McGrath + + * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args + and _dl_skip_args_internal. + 2013-05-07 Carlos O'Donell * manual/message.texi (Message Translation): Talk about users. diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index 41684f3837f..c7a20ba6681 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -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