]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __secure_getenv in 2.17 instead of 2.16
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Aug 2012 21:47:35 +0000 (14:47 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Aug 2012 21:47:35 +0000 (14:47 -0700)
ChangeLog
stdlib/secure-getenv.c

index 127ee01e98d50dbdc61faac86c4d651b391add82..81bc264ab6b69a07c99238ed86eff6c33db4da9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * stdlib/secure-getenv.c (__secure_getenv): Replace
+       GLIBC_2_16 with GLIBC_2_17.
+
 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
index 2e696e90f031ee430b95ad362e6a237eae3ee4dc..7634faea84a0d07e30f338302d6c530c18e4efd1 100644 (file)
@@ -32,6 +32,6 @@ __libc_secure_getenv (name)
 weak_alias (__libc_secure_getenv, secure_getenv)
 libc_hidden_weak (__libc_secure_getenv)
 
-#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)
+#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_17)
 compat_symbol (libc, __libc_secure_getenv, __secure_getenv, GLIBC_2_0);
 #endif