Added ENODEV to "error_number.h".

This commit is contained in:
rakshasa
2012-04-11 19:24:24 +09:00
parent 3fe1a734ac
commit 46862e23a9
+1
View File
@@ -51,6 +51,7 @@ public:
static const int e_deadlk = EDEADLK;
static const int e_noent = ENOENT;
static const int e_nodev = ENODEV;
static const int e_nomem = ENOMEM;
static const int e_notdir = ENOTDIR;
static const int e_isdir = EISDIR;