Changeset 36082362 in mainline for uspace/lib/c/include/errno.h


Ignore:
Timestamp:
2011-04-28T07:32:23Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48d1c228
Parents:
564a2b3
Message:

Add ENAK negative acknowledgement error code

File:
1 edited

Legend:

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

    r564a2b3 r36082362  
    6565#define EEMPTY (-302)
    6666
     67/** Negative acknowledgment. */
     68#define ENAK (-303)
     69
    6770/** An API function is called while another blocking function is in progress. */
    6871#define EINPROGRESS  (-10036)
Note: See TracChangeset for help on using the changeset viewer.