diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:38 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:38 -0800 |
commit | 8c28bbc6d989575388ac42e00ee852fc3666bb5f (patch) | |
tree | 119db059c324f42aef71bd8ed7fd6349bceb4ea0 /ChangeLog | |
parent | ec2a88b3c659ad4f5a662ca289edae4f0dc19d88 (diff) | |
download | glibc-8c28bbc6d989575388ac42e00ee852fc3666bb5f.tar glibc-8c28bbc6d989575388ac42e00ee852fc3666bb5f.tar.gz glibc-8c28bbc6d989575388ac42e00ee852fc3666bb5f.tar.bz2 glibc-8c28bbc6d989575388ac42e00ee852fc3666bb5f.zip |
Clean up NPTL system to be compat-only.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-02-06 Roland McGrath <roland@hack.frob.com> + * nptl/pt-system.c: Rewritten. Put everything under + [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)]. + Use IFUNC to redirect when possible. + * nptl/pt-longjmp.c: Rewritten. Put everything under [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)]. Use IFUNC to redirect when possible. |