summaryrefslogtreecommitdiff
path: root/elf/dl-environ.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-environ.c')
-rw-r--r--elf/dl-environ.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/dl-environ.c b/elf/dl-environ.c
index 5240e9de40..b20045b870 100644
--- a/elf/dl-environ.c
+++ b/elf/dl-environ.c
@@ -1,5 +1,5 @@
/* Environment handling for dynamic loader.
- Copyright (C) 1995-2016 Free Software Foundation, Inc.
+ Copyright (C) 1995-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;