mirror of https://github.com/ARMmbed/mbed-os.git
retarget: Added ENODEV to error codes
parent
0f8dffb7a4
commit
cb2306c085
|
@ -120,6 +120,9 @@ extern "C" {
|
|||
#undef EXDEV
|
||||
#define EXDEV 18 /* Cross-device link */
|
||||
|
||||
#undef ENODEV
|
||||
#define ENODEV 19
|
||||
|
||||
#undef EINVAL
|
||||
#define EINVAL 22 /* Invalid argument */
|
||||
|
||||
|
|
Loading…
Reference in New Issue