diff options
Diffstat (limited to 'elf/dl-environ.c')
-rw-r--r-- | elf/dl-environ.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-environ.c b/elf/dl-environ.c index cbffec8808..8134324d9d 100644 --- a/elf/dl-environ.c +++ b/elf/dl-environ.c @@ -24,7 +24,6 @@ /* Walk through the environment of the process and return all entries starting with `LD_'. */ char * -internal_function _dl_next_ld_env_entry (char ***position) { char **current = *position; |