mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
libs/libc/pthread: fix function name in comments
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
665a8e5b93
commit
3513c53a09
@@ -33,7 +33,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: pthread_attr_getaffinity
|
||||
* Name: pthread_attr_getaffinity_np
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: pthread_attr_setaffinity
|
||||
* Name: pthread_attr_setaffinity_np
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user