Declare _dl_skip_args in ldsodefs.h header.
authorRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 21:49:26 +0000 (14:49 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 21:49:26 +0000 (14:49 -0700)
ChangeLog
sysdeps/generic/ldsodefs.h

index 9d87fbc..de6646b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 41684f3..c7a20ba 100644 (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