about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-19 17:28:31 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-19 17:28:31 -0800
commitcbd463e2cfc94d8cf74d17f17a9c572c272b9376 (patch)
tree617a6e53901f6549fc8ff61fc6d3ad2733063af4 /ChangeLog
parenta39208bd7fb76c1b01c127b4c61f9bfd915bfe7c (diff)
downloadglibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.gz
glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.xz
glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.zip
Test that pthread_create diagnoses invalid scheduling parameters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fa59cfcc0..239c9fec6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-19  Roland McGrath  <roland@hack.frob.com>
+
+	* nptl/tst-bad-schedattr.c: New file.
+	* nptl/Makefile (tests): Add it.
+
 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
 	    Florian Weimer  <fweimer@redhat.com>
 	    Joseph Myers  <joseph@codesourcery.com>