Changeset 632 for trunk/src/ash/error.c
- Timestamp:
- Nov 26, 2006, 2:46:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/error.c
r626 r632 315 315 { ENXIO, ALL, "no such device or address" }, 316 316 { EROFS, ALL, "read-only file system" }, 317 #ifdef ETXTBSY 317 318 { ETXTBSY, ALL, "text busy" }, 319 #endif 318 320 #ifdef EAGAIN 319 321 { EAGAIN, E_EXEC, "not enough memory" },
Note:
See TracChangeset
for help on using the changeset viewer.