Changeset e211ea04 in mainline for uspace/lib/c/generic/vfs/vfs.c


Ignore:
Timestamp:
2018-01-04T20:50:52Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
847844a
Parents:
46577995
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
Message:

Enable __OPAQUE_ERRNO__, to check error code typing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/vfs.c

    r46577995 re211ea04  
    12791279        async_wait_for(req, &rc_orig);
    12801280
     1281        // XXX: Workaround for GCC diagnostics.
     1282        *handle = -1;
     1283
    12811284        if (rc_orig != EOK)
    12821285                return (errno_t) rc_orig;
Note: See TracChangeset for help on using the changeset viewer.