Lines Matching full:errno
26 # pragma message("eMbedded Visual C++ 3 and .NET don't have a errno.h header; STLport won't include native errno.h here")
29 # ifndef errno
33 # include_next <errno.h>
35 # include _STLP_NATIVE_C_HEADER(errno.h)
42 # endif /* errno */
45 /* If errno has been defined before inclusion of native errno.h including it from STLport errno.h
47 * #define errno foo
49 * #include _STLP_NATIVE_C_HEADER(errno.h)
53 * To fix this problem you have to find where this definition comes from and include errno.h before it.
55 # error errno has been defined before inclusion of errno.h header.