diff options
author | Brooks Moses <bmoses@google.com> | 2014-09-24 04:21:40 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2014-09-24 04:21:40 -0700 |
commit | 69f4e2a55db467bd22e6dda18b70c1ebaf62fce2 (patch) | |
tree | 7ac0dded1fd8025dff8913eb73407b8125c62499 /README.google | |
parent | a0db2d6209a3dabd32055bd3fcc4a76abcf07438 (diff) | |
download | glibc-69f4e2a55db467bd22e6dda18b70c1ebaf62fce2.zip glibc-69f4e2a55db467bd22e6dda18b70c1ebaf62fce2.tar.gz glibc-69f4e2a55db467bd22e6dda18b70c1ebaf62fce2.tar.bz2 |
Export a __secure_getenv symbol for link-time compatibility with GRTEv3. Tested:
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.google b/README.google index f8224bb..6ffe14b 100644 --- a/README.google +++ b/README.google @@ -384,3 +384,9 @@ elf/ldd.bash.in Import ldd patches from Ubuntu source package. This fixes the ability of ldd to trace dependencies in non-executable dynamic libraries. (bmoses, google-local) + +stdlib/secure-getenv.c + Export a __secure_getenv weak symbol for backwards compatibility at link + time. + (bmoses, google-local) + |