Changeset 14670bf in mainline
- Timestamp:
- 2011-02-23T21:16:06Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a6a234
- Parents:
- dde2c90
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/str_error.c
rdde2c90 r14670bf 77 77 case EAGAIN: 78 78 return "Resource temporarily unavailable"; 79 case EEMPTY: 80 return "Resource is empty"; 79 81 default: 80 82 break; -
uspace/lib/c/include/errno.h
rdde2c90 r14670bf 62 62 #define ESTALL (-301) 63 63 64 /** Empty resource (no data). */ 65 #define EEMPTY (-302) 66 64 67 /** An API function is called while another blocking function is in progress. */ 65 68 #define EINPROGRESS (-10036)
Note:
See TracChangeset
for help on using the changeset viewer.