Changes in uspace/lib/c/include/errno.h [36082362:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
r36082362 r47b7006 56 56 #define EMLINK (-266) 57 57 58 /** Bad checksum. */59 #define EBADCHECKSUM (-300)60 61 /** USB: stalled operation. */62 #define ESTALL (-301)63 64 /** Empty resource (no data). */65 #define EEMPTY (-302)66 67 /** Negative acknowledgment. */68 #define ENAK (-303)69 70 58 /** An API function is called while another blocking function is in progress. */ 71 59 #define EINPROGRESS (-10036)
Note:
See TracChangeset
for help on using the changeset viewer.