yaffs direct: Add proper error handler for too many files open
[yaffs2.git] / direct / python / yaffs_error_converter.c
index 5d9247a43a063753a310304a1eebdf94b6e666ee..e9a80703c31b788fd3030e95bbda20766ac8724a 100644 (file)
@@ -36,6 +36,7 @@ const error_entry error_list[] = {
        { EEXIST , "EEXIST"},
        { ENOTDIR , "ENOTDIR"},
        { EISDIR , "EISDIR"},
+       { ENFILE, "ENFILE"},
        { 0, NULL }
 };