Changeset 51dbadf3 in mainline for libc/generic/time.c


Ignore:
Timestamp:
2006-06-06T07:42:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1890e312
Parents:
e9073f2
Message:

Added basic klog.
Added ipc tester.
TODO add serializing functions to psthread, so that the lines in klog won't intermix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/time.c

    re9073f2 r51dbadf3  
    3535#include <atomic.h>
    3636#include <futex.h>
     37#include <ipc/services.h>
    3738
    3839#include <sysinfo.h>
     
    6869                /* Get the mapping of kernel clock */
    6970                res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV,
    70                                       mapping, PAGE_SIZE, 0,
     71                                      mapping, PAGE_SIZE, SERVICE_MEM_REALTIME,
    7172                                      NULL,&rights,NULL);
    7273                if (res) {
Note: See TracChangeset for help on using the changeset viewer.