Changeset c1f27f1d in mainline
- Timestamp:
- 2012-01-23T17:33:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88dfee7
- Parents:
- cd66f3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loc.c
rcd66f3c rc1f27f1d 808 808 return rc; 809 809 810 if (a lloc_size <= act_size)810 if (act_size <= alloc_size) 811 811 break; 812 812
Note:
See TracChangeset
for help on using the changeset viewer.