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