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