diff options
author | Mike Crowe <mac@mcrowe.com> | 2019-05-09 14:22:25 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-05-09 14:33:53 -0300 |
commit | d8e0b901a461dd854ee7a98339f0433e96a15a63 (patch) | |
tree | 2c5cd865668359e0f0de8fe6922844965d930f6b /ChangeLog | |
parent | 519839965197291924895a3988804e325035beee (diff) | |
download | glibc-d8e0b901a461dd854ee7a98339f0433e96a15a63.tar.gz |
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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |