Changeset fdfb24e in mainline for boot/generic/include/errno.h
- Timestamp:
- 2023-10-27T17:53:21Z (19 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55c5cb05
- Parents:
- 44e8541
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:24)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:53:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/errno.h
r44e8541 rfdfb24e 39 39 #define EINVAL -14 /* Invalid value. */ 40 40 #define EOVERFLOW -16 /* The result does not fit its size. */ 41 #define EIO -17 41 42 42 43 typedef int errno_t;
Note:
See TracChangeset
for help on using the changeset viewer.