Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/errno.h

    r1dde2eb1 r14670bf  
    6262#define ESTALL (-301)
    6363
     64/** Empty resource (no data). */
     65#define EEMPTY (-302)
     66
    6467/** An API function is called while another blocking function is in progress. */
    6568#define EINPROGRESS  (-10036)
Note: See TracChangeset for help on using the changeset viewer.