aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-06 12:21:38 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-06 12:21:38 -0800
commitca0e0675a7d203cfd047fd9f3137b6713defef84 (patch)
treeb2759c5a4bb7d4c21d2d29425b9dca1fcf6586c6 /ChangeLog
parent8c28bbc6d989575388ac42e00ee852fc3666bb5f (diff)
downloadglibc-ca0e0675a7d203cfd047fd9f3137b6713defef84.zip
glibc-ca0e0675a7d203cfd047fd9f3137b6713defef84.tar.gz
glibc-ca0e0675a7d203cfd047fd9f3137b6713defef84.tar.bz2
Clean up nptl/tst-join5 use of nanosleep.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a3907..c28f7e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-02-06 Roland McGrath <roland@hack.frob.com>
+ * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
+ (wait_code): New function replaces macro.
+ Call nanosleep rather than syscall.
+
* nptl/pt-system.c: Rewritten. Put everything under
[SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
Use IFUNC to redirect when possible.