mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 09:54:23 +08:00
posix: Remove "RTEMS" from POSIX API group
Clarify group description. Update #3706.
This commit is contained in:
@@ -28,14 +28,15 @@
|
||||
#include <pthread.h>
|
||||
|
||||
/**
|
||||
* @defgroup POSIXAPI RTEMS POSIX API
|
||||
* @defgroup POSIXAPI POSIX API
|
||||
*
|
||||
* @ingroup RTEMSImpl
|
||||
*
|
||||
* RTEMS POSIX API definitions and modules.
|
||||
* @brief This group contains definitions and modules which are used to
|
||||
* implement the POSIX APIs supported by RTEMS.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
/**@{**/
|
||||
|
||||
extern const int _POSIX_Get_by_name_error_table[ 3 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user