diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:34:25 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:34:25 -0800 |
commit | d960211ff52a6ab632eace2f905c4898f187df9e (patch) | |
tree | f989f556029bd7c3a6fad8fc5461aeb11c516e58 /ChangeLog | |
parent | cbd463e2cfc94d8cf74d17f17a9c572c272b9376 (diff) | |
download | glibc-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |