Changes in uspace/lib/c/include/errno.h [36082362:14670bf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
r36082362 r14670bf 65 65 #define EEMPTY (-302) 66 66 67 /** Negative acknowledgment. */68 #define ENAK (-303)69 70 67 /** An API function is called while another blocking function is in progress. */ 71 68 #define EINPROGRESS (-10036)
Note:
See TracChangeset
for help on using the changeset viewer.