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:
@ -166,6 +166,8 @@ extern int errno;
|
||||
|
||||
#define EILSEQ 85 /* Encoding error detected */
|
||||
|
||||
#define ENOTSUP 86 /* Not supported */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user