[COMMITTED PATCH] Declare _dl_skip_args in ldsodefs.h header.
Roland McGrath
roland@hack.frob.com
Tue May 7 21:51:00 GMT 2013
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.
--- 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
More information about the Libc-alpha
mailing list