From 33647a7294266b57dab33491abc9ca969b6798e3 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Wed, 8 May 2019 16:58:17 +0200 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8514b39661..152dd90189 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2019-05-08 Mike Crowe + + * 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 malloc/tst-mallocfork2: Use process-shared barriers. -- cgit 1.4.1