From 1db94db157ed6c9e233178c9f3d21be46a1d181e Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 12 Dec 2013 00:44:29 -0500 Subject: Add test case for pthread_[sg]etname_np. This commit adds a testcase for pthread_setname_np and pthread_getname_np. The testcase itself has four tests to validate that these functions work as expected. The test is only enabled for Linux since it requires access to an alternate method for validating the functions work. --- nptl/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 76fbebfbf7..80025155f1 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-12-09 Carlos O'Donell + + * sysdeps/unix/sysv/linux/tst-setgetname.c: New file. + * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-setgetname. + 2013-12-09 Andreas Schwab [BZ #15843] -- cgit v1.2.3