From b2a677bb6f9a5b01b8b9017784d64eb9fa4fb7fd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Nov 2020 11:08:54 +0100 Subject: [PATCH] rtems: Move "Set Errno" group to the API --- cpukit/include/rtems/seterr.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cpukit/include/rtems/seterr.h b/cpukit/include/rtems/seterr.h index 27faca7694..711382d732 100644 --- a/cpukit/include/rtems/seterr.h +++ b/cpukit/include/rtems/seterr.h @@ -19,16 +19,16 @@ #ifndef _RTEMS_SETERR_H #define _RTEMS_SETERR_H -/** - * @defgroup RTEMSScoreSetErr Set Errno - * - * @ingroup RTEMSScore - * - */ -/**@{*/ - #include +/** + * @defgroup RTEMSAPISetErrno Set Errno + * + * @ingroup RTEMSAPI + * + * @{ + */ + /** * This is a helper macro which will set the variable errno and return * the specified value to the caller.