Changeset 2013 for Whitix/trunk

Show
Ignore:
Timestamp:
04/02/09 21:14:47 (3 years ago)
Author:
mwhitworth
Message:

Add new EINPROGRESS define; TODO: rename some of these.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/error.h

    r1768 r2013  
    5757#define ETIMEDOUT       28 /* Operation timed out. */ 
    5858 
     59#define EINPROGRESS     29 /* Operation in progress. */ 
     60 
    5961#endif