about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2019-05-09 14:22:25 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-09 14:33:53 -0300
commitd8e0b901a461dd854ee7a98339f0433e96a15a63 (patch)
tree2c5cd865668359e0f0de8fe6922844965d930f6b /ChangeLog
parent519839965197291924895a3988804e325035beee (diff)
downloadglibc-d8e0b901a461dd854ee7a98339f0433e96a15a63.tar.gz
glibc-d8e0b901a461dd854ee7a98339f0433e96a15a63.tar.xz
glibc-d8e0b901a461dd854ee7a98339f0433e96a15a63.zip
nptl: Convert tst-cond11.c to use libsupport
Checked on x86_64-linux-gnu and i686-linux-gnu.

	* nptl/tst-cond11.c: Use libsupport.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16cf88515e..eb0f0460bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2019-05-09  Mike Crowe <mac@mcrowe.com>
 
+	* nptl/tst-cond11.c: Use libsupport.
+
 	* support/timespec.h: New file.  Provide timespec helper functions
 	along with macros in the style of those in check.h.
 	* support/timespec.c: New file.  Implement check functions declared