mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
A const storage class to to phthread parameters. From Freddie Chopin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user