rtems: Move "Set Errno" group to the API

This commit is contained in:
Sebastian Huber
2020-11-26 11:08:54 +01:00
parent 41725e9533
commit b2a677bb6f

View File

@@ -19,16 +19,16 @@
#ifndef _RTEMS_SETERR_H
#define _RTEMS_SETERR_H
/**
* @defgroup RTEMSScoreSetErr Set Errno
*
* @ingroup RTEMSScore
*
*/
/**@{*/
#include <errno.h>
/**
* @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.