Ignore:
Timestamp:
Jan 11, 2019, 6:35:07 PM (5 years ago)
Author:
alain
Message:

Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and <..> directory entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/xhtab.c

    r610 r612  
    238238        remote_busylock_release( XPTR( xhtab_cxy , &xhtab_ptr->lock ) );
    239239
    240         return EINVAL;
     240        return -1;
    241241    }
    242242    else                          // insert item if not found
Note: See TracChangeset for help on using the changeset viewer.