about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2019-05-08 16:58:17 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-08 16:58:17 +0200
commit33647a7294266b57dab33491abc9ca969b6798e3 (patch)
tree5fda0b1d58a25b8e14dbcdbba14b713fb488e7b2 /ChangeLog
parentb2f601ba9ac02bf069fd6d8aa925ed15445fd02b (diff)
downloadglibc-33647a7294266b57dab33491abc9ca969b6798e3.tar.gz
glibc-33647a7294266b57dab33491abc9ca969b6798e3.tar.xz
glibc-33647a7294266b57dab33491abc9ca969b6798e3.zip
support: Add xclock_gettime
	* support/xclock_gettime.c (xclock_gettime): New file. Provide
	clock_gettime wrapper for use in tests that fails the test rather
	than returning failure.

	* support/xtime.h: New file to declare xclock_gettime.

	* support/Makefile: Add xclock_gettime.c.

	* support/README: Mention xtime.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8514b39661..152dd90189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2019-05-08  Mike Crowe  <mac@mcrowe.com>
+
+	* support/xclock_gettime.c (xclock_gettime): New file. Provide
+	clock_gettime wrapper for use in tests that fails the test rather
+	than returning failure.
+
+	* support/xtime.h: New file to declare xclock_gettime.
+
+	* support/Makefile: Add xclock_gettime.c.
+
+	* support/README: Mention xtime.h.
+
 2019-05-08  Florian Weimer  <fweimer@redhat.com>
 
 	malloc/tst-mallocfork2: Use process-shared barriers.