aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2019-05-09 14:19:21 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-05-09 14:33:53 -0300
commit519839965197291924895a3988804e325035beee (patch)
treec99f523add5a2a2fe22d0c747bf497eb800941da /ChangeLog
parent18aa51ee0d1a9c555d9fee93441cd075cd9b5975 (diff)
downloadglibc-519839965197291924895a3988804e325035beee.tar
glibc-519839965197291924895a3988804e325035beee.tar.gz
glibc-519839965197291924895a3988804e325035beee.tar.bz2
glibc-519839965197291924895a3988804e325035beee.zip
support: Add timespec.h
It adds useful functions for tests that use struct timespec. Checked on x86_64-linux-gnu and i686-linux-gnu. * 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 in support/timespec.h. * support/timespec-add.c: New file from gnulib containing timespec_add implementation that handles overflow. * support/timespec-sub.c: New file from gnulib containing timespec_sub implementation that handles overflow. * support/README: Mention timespec.h. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3beb3c480f..16cf88515e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2019-05-09 Mike Crowe <mac@mcrowe.com>
+
+ * 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
+ in support/timespec.h.
+ * support/timespec-add.c: New file from gnulib containing
+ timespec_add implementation that handles overflow.
+ * support/timespec-sub.c: New file from gnulib containing
+ timespec_sub implementation that handles overflow.
+ * support/README: Mention timespec.h.
+
2019-05-09 Szabolcs Nagy <szabolcs.nagy@arm.com>
[BZ #24537]