20#ifndef ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_ERRNO_H_
21#define ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_ERRNO_H_
38#define errno (*z_errno())
85#define ENAMETOOLONG 91
88#define EPFNOSUPPORT 96
91#define EAFNOSUPPORT 106
94#define ENOPROTOOPT 109
96#define ECONNREFUSED 111
98#define ECONNABORTED 113
99#define ENETUNREACH 114
103#define EHOSTUNREACH 118
104#define EINPROGRESS 119
106#define EDESTADDRREQ 121
108#define EPROTONOSUPPORT 123
109#define ESOCKTNOSUPPORT 124
110#define EADDRNOTAVAIL 125
114#define ETOOMANYREFS 129
120#define EWOULDBLOCK EAGAIN
Internal accessor for the errno value.