libc: Add EOPNOTSUPP

This commit is contained in:
apio 2022-10-25 20:28:12 +02:00
parent 13fce2c4b3
commit 57658f2d3e

View File

@ -24,5 +24,6 @@ extern int errno;
#define ERANGE 34 // Numerical result out of range
#define ENOSYS 38 // Function not implemented
#define ENOTSUP 95 // Operation not supported
#define EOPNOTSUPP 95 // Operation not supported
#endif