_NutSetErrno()

set the value of the thread-specific errno 

Function


SYNOPSIS

#include <nutc.h>

extern void _NutSetErrno(signed int error)


DESCRIPTION

This function sets the value of the thread-specific errno.

This function is deprecated. Set the variable errno directly.


PARAMETERS

error 

Is the value to be assigned to the thread-specific errno.


RETURN VALUES

None.


CONFORMANCE

PTC MKS Toolkit UNIX APIs extension.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
_NutQueryErrno()


PTC MKS Toolkit 10.4 Documentation Build 39.