--- cpukit/include/rtems/seterr.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 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,15 +19,15 @@ #ifndef _RTEMS_SETERR_H #define _RTEMS_SETERR_H +#include <errno.h> + /** - * @defgroup RTEMSScoreSetErr Set Errno + * @defgroup RTEMSAPISetErrno Set Errno * - * @ingroup RTEMSScore + * @ingroup RTEMSAPI * + * @{ */ -/**@{*/ - -#include <errno.h> /** * This is a helper macro which will set the variable errno and return -- 2.26.2 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel