1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Add ENOTSUP error code.

This commit is contained in:
ola.soder@axis.com
2021-01-20 15:34:37 +01:00
parent 975f949aa1
commit b51c79577e
2 changed files with 6 additions and 3 deletions

View File

@ -166,6 +166,8 @@ extern int errno;
#define EILSEQ 85 /* Encoding error detected */
#define ENOTSUP 86 /* Not supported */
/****************************************************************************/
#ifdef __cplusplus