diff options
author | Mike Crowe <mcrowe@brightsign.biz> | 2019-03-25 09:28:18 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-03-25 10:36:43 -0300 |
commit | 7a773abf7c91f74fdc1866951e123e68713e88e1 (patch) | |
tree | 8ce86a544156f7622e0658de76040a43d0e36b66 /ChangeLog | |
parent | d7563e6277ee9c0b6936debd4a6c9a910105b68a (diff) | |
download | glibc-7a773abf7c91f74fdc1866951e123e68713e88e1.tar.gz glibc-7a773abf7c91f74fdc1866951e123e68713e88e1.tar.xz glibc-7a773abf7c91f74fdc1866951e123e68713e88e1.zip |
nptl: Convert tst-sem5 & tst-sem13 to use libsupport
Checked on x86_64-linux-gnu and i686-linux-gnu. * nptl/tst-sem5.c: Remove unused headers. Add <support/check.h>. (do_test) Use libsupport test macros rather than hand-coded conditionals and error messages. Ensure that sem_init returns zero rather than not -1. Use <support/test-driver.c> rather than test-skeleton.c. * nptl/tst-sem13.c: Add <support/check.h>. (do_test) Use libsupport test macros rather than hand-coded conditionals and error messages. Use <support/test-driver.c> rather than test-skeleton.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e8ed59d21..4fcf7db042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2019-03-25 Mike Crowe <mac@mcrowe.com> + + * nptl/tst-sem5.c: Remove unused headers. Add <support/check.h>. + (do_test) Use libsupport test macros rather than hand-coded + conditionals and error messages. Ensure that sem_init returns zero + rather than not -1. Use <support/test-driver.c> rather than + test-skeleton.c. + + * nptl/tst-sem13.c: Add <support/check.h>. (do_test) Use libsupport + test macros rather than hand-coded conditionals and error messages. + Use <support/test-driver.c> rather than test-skeleton.c. + 2019-03-25 Joseph Myers <joseph@codesourcery.com> * sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro. |