Changes in uspace/lib/c/include/errno.h [14670bf:1dde2eb1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
r14670bf r1dde2eb1 62 62 #define ESTALL (-301) 63 63 64 /** Empty resource (no data). */65 #define EEMPTY (-302)66 67 64 /** An API function is called while another blocking function is in progress. */ 68 65 #define EINPROGRESS (-10036)
Note:
See TracChangeset
for help on using the changeset viewer.