[rtems commit] rtems: Move "Set Errno" group to the API

Sebastian Huber sebh at rtems.org
Fri Nov 27 07:46:46 UTC 2020


Module:    rtems
Branch:    master
Commit:    b2a677bb6f9a5b01b8b9017784d64eb9fa4fb7fd
Changeset: http://git.rtems.org/rtems/commit/?id=b2a677bb6f9a5b01b8b9017784d64eb9fa4fb7fd

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 26 11:08:54 2020 +0100

rtems: Move "Set Errno" group to the API

---

 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 27faca7..711382d 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



More information about the vc mailing list