aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorBrooks Moses <bmoses@google.com>2014-09-24 04:21:40 -0700
committerBrooks Moses <bmoses@google.com>2014-09-24 04:21:40 -0700
commit69f4e2a55db467bd22e6dda18b70c1ebaf62fce2 (patch)
tree7ac0dded1fd8025dff8913eb73407b8125c62499 /README.google
parenta0db2d6209a3dabd32055bd3fcc4a76abcf07438 (diff)
downloadglibc-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.google6
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)
+