Changeset 215e375 in mainline for uspace/lib/libc/generic/time.c
- Timestamp:
- 2007-12-31T17:23:20Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f57f8ea
- Parents:
- 27d293a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/time.c
r27d293a r215e375 142 142 mapping = as_get_mappable_page(PAGE_SIZE); 143 143 /* Get the mapping of kernel clock */ 144 res = ipc_share_in_s end_1_1(PHONE_NS, mapping, PAGE_SIZE,144 res = ipc_share_in_start_1_1(PHONE_NS, mapping, PAGE_SIZE, 145 145 SERVICE_MEM_REALTIME, &rights); 146 146 if (res) {
Note:
See TracChangeset
for help on using the changeset viewer.