RTEMS
5.0.0
|
RTEMS Run-Time Linker Error. More...
Go to the source code of this file.
Functions | |
void | rtems_rtl_set_error (int error, const char *format,...) RTEMS_RTL_PRINTF_ATTR |
RTEMS Run-Time Linker Error.
void rtems_rtl_set_error | ( | int | error, |
const char * | format, | ||
... | |||
) |
Sets the error.
Assumes the RTL has been locked.
error | The errno error number. |
format | The error format string. |
... | The variable arguments that depend on the format string. |