Changeset 1caddc6 in mainline
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a853075
- Parents:
- 3ae7827
- git-author:
- Dzejrou <dzejrou@…> (2018-07-03 18:42:49)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/list.h
r3ae7827 r1caddc6 421 421 422 422 list_remove(tmp); 423 return ( (void *) tmp) - offset;423 return (void *)(((char *) tmp) - offset); 424 424 } 425 425
Note:
See TracChangeset
for help on using the changeset viewer.