diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-07 14:49:26 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-07 14:49:26 -0700 |
commit | 8347c74cc5c972aa9e57747177b1f5f4b1cbcac8 (patch) | |
tree | 66b474b51b301299731462d83bf89be36b6c3573 /sysdeps/generic | |
parent | 1a0fc08754ad83ae0a755f8c1bd8d0346494daba (diff) | |
download | glibc-8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.tar glibc-8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.tar.gz glibc-8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.tar.bz2 glibc-8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.zip |
Declare _dl_skip_args in ldsodefs.h header.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/ldsodefs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index 41684f3837..c7a20ba668 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 |