Changeset bf9cb2f in mainline for uspace/lib/c/generic/time.c
- Timestamp:
- 2014-05-19T01:01:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10ef47ba
- Parents:
- 527f1ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r527f1ca rbf9cb2f 555 555 } 556 556 557 void *addr ;557 void *addr = AS_AREA_ANY; 558 558 rc = physmem_map(faddr, 1, AS_AREA_READ | AS_AREA_CACHEABLE, 559 559 &addr);
Note:
See TracChangeset
for help on using the changeset viewer.