Changeset 46577995 in mainline for uspace/lib/c/include/stdlib.h
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/lib/c/include/stdlib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdlib.h
rfacacc71 r46577995 56 56 #include <errno.h> 57 57 static inline int EXIT_RC(errno_t rc) { 58 return (int) rc;58 return (int) (case_errno_t) rc; 59 59 } 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
