Remove _dl_skip_args_internal declaration

It does not seem to be used.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Szabolcs Nagy 2022-04-06 16:56:07 +01:00
parent d2263bf50a
commit 707efc2955
1 changed files with 0 additions and 5 deletions

View File

@ -781,11 +781,6 @@ extern char **_dl_argv
rtld_hidden_proto (_dl_argv)
#if 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