1.7 KiB
1.7 KiB
[depr.cerrno]
Annex D (normative) Compatibility features [depr]
D.12 Deprecated error numbers [depr.cerrno]
The header has the following additional macros:
#define ENODATA see below#define ENOSR see below#define ENOSTR see below#define ETIME see below
The meaning of these macros is defined by the POSIX standard.
The following enum errc enumerators are defined in addition to those specified in [system.error.syn]:
no_message_available, // ENODATAno_stream_resources, // ENOSRnot_a_stream, // ENOSTRstream_timeout, // ETIME
The value of each enum errc enumerator above is the same as the value of the macro shown in the above synopsis.