mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
Declare _dl_skip_args in ldsodefs.h header.
This commit is contained in:
parent
1a0fc08754
commit
8347c74cc5
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user