about summary refs log tree commit diff
path: root/sysdeps/stub/getenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/getenv.c')
-rw-r--r--sysdeps/stub/getenv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/getenv.c b/sysdeps/stub/getenv.c
index fab9f08c75..f12964ed70 100644
--- a/sysdeps/stub/getenv.c
+++ b/sysdeps/stub/getenv.c
@@ -27,6 +27,7 @@ getenv (name)
   __set_errno (ENOSYS);
   return NULL;
 }
+strong_alias (getenv, __secure_getenv)
 
 
 stub_warning (getenv)