Skip to content

Commit

Permalink
Remove __secure_getenv in 2.17 instead of 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu committed Aug 6, 2012
1 parent 3a31811 commit c5757ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stdlib/secure-getenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c5757ac

Please sign in to comment.