A const storage class to to phthread parameters. From Freddie Chopin

This commit is contained in:
Gregory Nutt
2014-09-08 06:21:48 -06:00
parent f24072a91b
commit e953fb11cd
9 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
*
****************************************************************************/
int pthread_attr_getschedparam(FAR pthread_attr_t *attr,
int pthread_attr_getschedparam(FAR const pthread_attr_t *attr,
FAR struct sched_param *param)
{
int ret;