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

Copied the changes which introduced ENOTSUP to <errno.h> and the related strerror_r() function.

This commit is contained in:
Olaf Barthel
2025-07-08 14:27:43 +02:00
parent f9d1222bd7
commit 51f88950eb
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