RTEMS  5.1
Macros | Functions
rtl-error.h File Reference

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
 

Detailed Description

RTEMS Run-Time Linker Error.

Function Documentation

◆ rtems_rtl_set_error()

void rtems_rtl_set_error ( int  error,
const char *  format,
  ... 
)

Sets the error.

Assumes the RTL has been locked.

Parameters
errorThe errno error number.
formatThe error format string.
...The variable arguments that depend on the format string.