mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Remove __secure_getenv in 2.17 instead of 2.16
This commit is contained in:
parent
3a31811ede
commit
c5757acd6e
@ -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>
|
2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
|
* sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
|
||||||
|
@ -32,6 +32,6 @@ __libc_secure_getenv (name)
|
|||||||
weak_alias (__libc_secure_getenv, secure_getenv)
|
weak_alias (__libc_secure_getenv, secure_getenv)
|
||||||
libc_hidden_weak (__libc_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);
|
compat_symbol (libc, __libc_secure_getenv, __secure_getenv, GLIBC_2_0);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user