Changeset a449065 in mainline


Ignore:
Timestamp:
2006-05-28T23:34:54Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12fdd28
Parents:
fd8302d
Message:

Added error code for timeouts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/errno.h

    rfd8302d ra449065  
    4545#define ENOTSUP         -10     /* Not supported */
    4646#define EADDRNOTAVAIL   -11     /* Address not available. */
     47#define ETIMEOUT        -12     /* Timeout expired */
    4748
    4849#endif
Note: See TracChangeset for help on using the changeset viewer.