Changeset 51dbadf3 in mainline for libc/generic/time.c
- Timestamp:
- 2006-06-06T07:42:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1890e312
- Parents:
- e9073f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/time.c
re9073f2 r51dbadf3 35 35 #include <atomic.h> 36 36 #include <futex.h> 37 #include <ipc/services.h> 37 38 38 39 #include <sysinfo.h> … … 68 69 /* Get the mapping of kernel clock */ 69 70 res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV, 70 mapping, PAGE_SIZE, 0,71 mapping, PAGE_SIZE, SERVICE_MEM_REALTIME, 71 72 NULL,&rights,NULL); 72 73 if (res) {
Note:
See TracChangeset
for help on using the changeset viewer.