diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:28:31 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:28:31 -0800 |
commit | cbd463e2cfc94d8cf74d17f17a9c572c272b9376 (patch) | |
tree | 617a6e53901f6549fc8ff61fc6d3ad2733063af4 /ChangeLog | |
parent | a39208bd7fb76c1b01c127b4c61f9bfd915bfe7c (diff) | |
download | glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.zip glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.gz glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.bz2 |
Test that pthread_create diagnoses invalid scheduling parameters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |