diff options
author | Andrew Hunter <ahh@google.com> | 2015-10-13 10:39:00 -0700 |
---|---|---|
committer | Andrew Hunter <ahh@google.com> | 2015-10-13 10:39:00 -0700 |
commit | 497c190870c07e031da4f7b558f9ab816839a86e (patch) | |
tree | ff49b3a2a7a6261f8811081fa8e8faee1f89c52b /README.google | |
parent | 14cfc78089e4839598f9e8116268704eb35a2970 (diff) | |
download | glibc-497c190870c07e031da4f7b558f9ab816839a86e.zip glibc-497c190870c07e031da4f7b558f9ab816839a86e.tar.gz glibc-497c190870c07e031da4f7b558f9ab816839a86e.tar.bz2 |
Make pthread_getspecific async-signal-safe
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.google b/README.google index a6550c9..1d7fa8e 100644 --- a/README.google +++ b/README.google @@ -503,3 +503,7 @@ elf/dl-load.c For b/22641205, #include _itoa.h (ppluzhnikov, google-local) +nptl/pthread_getspecific.c +nptl/tst-key5.c + Fix for b/18722637 : make pthread_getspecific signal safe. + (ahh, google-local, proposed upstream) |