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


Ignore:
Timestamp:
2011-11-27T18:20:58Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4ee3ab2
Parents:
762b48a
Message:

Implement socket provider API in tcp module (active side).

File:
1 edited

Legend:

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

    r762b48a r04cd242  
    9696#define ENOTCONN  (-10057)
    9797
     98#define ECONNREFUSED  (-10058)
     99
    98100/** The requested operation was not performed. Try again later. */
    99101#define EAGAIN  (-11002)
Note: See TracChangeset for help on using the changeset viewer.