aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-19 17:34:25 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-19 17:34:25 -0800
commitd960211ff52a6ab632eace2f905c4898f187df9e (patch)
treef989f556029bd7c3a6fad8fc5461aeb11c516e58 /ChangeLog
parentcbd463e2cfc94d8cf74d17f17a9c572c272b9376 (diff)
downloadglibc-d960211ff52a6ab632eace2f905c4898f187df9e.zip
glibc-d960211ff52a6ab632eace2f905c4898f187df9e.tar.gz
glibc-d960211ff52a6ab632eace2f905c4898f187df9e.tar.bz2
NPTL: Don't (re)validate sched_priority in pthread_create.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 239c9fe..6199b7e 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.