summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-12-12 00:44:29 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-12-12 01:30:28 -0500
commit1db94db157ed6c9e233178c9f3d21be46a1d181e (patch)
tree5df644bfc7cb828e2f34897aab4919dfee5a5552 /nptl/ChangeLog
parent19b5525e525601bf5cc0279c6950e79157c670b1 (diff)
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.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <carlos@redhat.com>
+
+ * sysdeps/unix/sysv/linux/tst-setgetname.c: New file.
+ * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-setgetname.
+
2013-12-09 Andreas Schwab <schwab@suse.de>
[BZ #15843]