From 84b3fd8407cc9a2e7f487b6247681bd8a78a4560 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 25 Jul 2012 19:46:22 +0200 Subject: Rename __secure_getenv to secure_getenv --- stdlib/Versions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'stdlib/Versions') diff --git a/stdlib/Versions b/stdlib/Versions index 2aa396ecb7..250bd5fad7 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -6,7 +6,7 @@ libc { # functions used in inline functions or macros __strto*_internal; - # functions used in other libraries + # compatibility symbol __secure_getenv; # a* @@ -103,11 +103,16 @@ libc { GLIBC_2.13 { __fentry__; } + GLIBC_2.17 { + secure_getenv; + } GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. __libc_system; # Variable which needs a dynamic symbol table entry. __abort_msg; + # Used from other libraries + __libc_secure_getenv; } } -- cgit v1.2.3