Changeset a46da63 in mainline for libc/generic/time.c
- Timestamp:
- 2006-06-16T20:50:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 153a209
- Parents:
- b34fab6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/time.c
rb34fab6 ra46da63 27 27 */ 28 28 29 29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 74 74 mapping = as_get_mappable_page(PAGE_SIZE); 75 75 /* Get the mapping of kernel clock */ 76 res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV, 77 mapping, PAGE_SIZE, SERVICE_MEM_REALTIME, 78 NULL,&rights,NULL); 76 res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV, (sysarg_t) mapping, PAGE_SIZE, SERVICE_MEM_REALTIME, NULL, &rights, NULL); 79 77 if (res) { 80 78 printf("Failed to initialize timeofday memarea\n"); … … 118 116 119 117 120 118 /** @} 121 119 */ 122 123
Note:
See TracChangeset
for help on using the changeset viewer.