Changeset 1776


Ignore:
Timestamp:
Jan 17, 2005, 4:02:48 AM (21 years ago)
Author:
bird
Message:

Error code fix from Lorne.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/b_fsDirRemove.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1775 r1776  
    7272         */
    7373        if (rc == ERROR_ACCESS_DENIED)
    74             errno = -ENOTEMPTY;
     74            rc = -ENOTEMPTY;
    7575        else
    7676            rc = -__libc_native2errno(rc);
Note: See TracChangeset for help on using the changeset viewer.