From 7a773abf7c91f74fdc1866951e123e68713e88e1 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Mon, 25 Mar 2019 09:28:18 -0300 Subject: 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 . (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 rather than test-skeleton.c. * nptl/tst-sem13.c: Add . (do_test) Use libsupport test macros rather than hand-coded conditionals and error messages. Use rather than test-skeleton.c. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e8ed59d21..4fcf7db042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2019-03-25 Mike Crowe + + * nptl/tst-sem5.c: Remove unused headers. Add . + (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 rather than + test-skeleton.c. + + * nptl/tst-sem13.c: Add . (do_test) Use libsupport + test macros rather than hand-coded conditionals and error messages. + Use rather than test-skeleton.c. + 2019-03-25 Joseph Myers * sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro. -- cgit v1.2.3