Changeset 8ab1ad4c in mainline


Ignore:
Timestamp:
2011-02-14T22:06:22Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
55f690c
Parents:
324fa1e
Message:

Add EBADCHECKSUM error code

File:
1 edited

Legend:

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

    r324fa1e r8ab1ad4c  
    5656#define EMLINK        (-266)
    5757
     58/** Bad checksum. */
     59#define EBADCHECKSUM  (-300)
     60
    5861/** An API function is called while another blocking function is in progress. */
    5962#define EINPROGRESS  (-10036)
Note: See TracChangeset for help on using the changeset viewer.