libc: Add EOPNOTSUPP
This commit is contained in:
parent
13fce2c4b3
commit
57658f2d3e
@ -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
|
Loading…
Reference in New Issue
Block a user