diff options
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. |