summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 11:08:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 11:10:21 +0100
commitb2a677bb6f9a5b01b8b9017784d64eb9fa4fb7fd (patch)
treea240cebfca10f982ab3f967e9028a9b890539674
parentscore: Change _Per_CPU_Information declaration (diff)
downloadrtems-b2a677bb6f9a5b01b8b9017784d64eb9fa4fb7fd.tar.bz2
rtems: Move "Set Errno" group to the API
-rw-r--r--cpukit/include/rtems/seterr.h10
1 files 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