retarget: Added ENODEV to error codes

pull/4908/head
Christopher Haster 2017-08-14 17:32:08 -05:00
parent 0f8dffb7a4
commit cb2306c085
1 changed files with 3 additions and 0 deletions

View File

@ -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 */