posix: Remove "RTEMS" from POSIX API group

Clarify group description.

Update #3706.
This commit is contained in:
Sebastian Huber
2021-10-06 08:37:50 +02:00
parent 8b762a88c1
commit e9063644ae
+4 -3
View File
@@ -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 ];