mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
@@ -1,10 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Data which Ease the Burden of Consistently Setting Errno
|
* @ingroup RTEMSAPISetErrno
|
||||||
*
|
*
|
||||||
* This file contains macros and definitions which ease the burden
|
* @brief This header file defines macros to set ``errno`` and return minus
|
||||||
* of consistently setting errno and returning -1.
|
* one.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup RTEMSAPISetErrno Set Errno
|
* @defgroup RTEMSAPISetErrno Set Error Number Support
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSAPI
|
* @ingroup RTEMSAPI
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user