Changeset 102a729 in mainline for uspace/lib/posix/stdlib/strtol.c
- Timestamp:
- 2011-07-20T19:43:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4cf8ca6
- Parents:
- 087c8798
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdlib/strtol.c
r087c8798 r102a729 190 190 /* overflow */ 191 191 errno = ERANGE; 192 result = max_value;192 result = real_max_value; 193 193 break; 194 194 }
Note:
See TracChangeset
for help on using the changeset viewer.