diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:07 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:07 -0800 |
commit | beff1d132c16aedd87a3f1bc7b572c8e69819015 (patch) | |
tree | 65ee1c7617947a47e888bc06a7f6c5261890c775 /ChangeLog | |
parent | ea02c6b81296ef3131e0ab3bdf37f3a9905597f4 (diff) | |
download | glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.tar.gz glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.tar.xz glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.zip |
Clean up NPTL fork to be compat-only.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 942eacdc3a..92a1c622da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-02-06 Roland McGrath <roland@hack.frob.com> + * nptl/pt-fork.c: Rewritten. Put everything under + [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)]. + Use IFUNC to redirect when possible. + * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined unconditionally nowadays. This included the only reference to |