aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239c9fec6b..6199b7e692 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-11-19 Roland McGrath <roland@hack.frob.com>
+ * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
+ the sched_priority value here. It was already checked when the user
+ called pthread_attr_setschedparam.
+
* nptl/tst-bad-schedattr.c: New file.
* nptl/Makefile (tests): Add it.