yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / python / yaffs_error_converter.c
index 1701c5e772ab98cd6ca824c817cfe6b5c8e5949e..0d1601f75923f05a3133b8aff8d7647d46fcf430 100644 (file)
@@ -38,6 +38,7 @@ static const struct error_entry error_list[] = {
        { EISDIR , "EISDIR"},
        { ENFILE, "ENFILE"},
        { EROFS, "EROFS"},
+       { ELOOP, "ELOOP"},
        { 0, NULL }
 };