Home
last modified time | relevance | path

Searched refs:iErrno (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c129 int iErrno ) __attribute__( ( __noreturn__ ) );
132 int iErrno ) in prvFatalError() argument
134 fprintf( stderr, "%s: %s\n", pcCall, strerror( iErrno ) ); in prvFatalError()