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
@@ -84,7 +84,7 @@
*
****************************************************************************/
int pthread_mutexattr_getpshared(FAR pthread_mutexattr_t *attr, FAR int *pshared)
int pthread_mutexattr_getpshared(FAR const pthread_mutexattr_t *attr, FAR int *pshared)
{
int ret = OK;