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
@@ -65,7 +65,7 @@
*
****************************************************************************/
int pthread_cond_init(FAR pthread_cond_t *cond, FAR pthread_condattr_t *attr)
int pthread_cond_init(FAR pthread_cond_t *cond, FAR const pthread_condattr_t *attr)
{
int ret = OK;