~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/posix/time.c

  • Committer: Vojtech Horky
  • Date: 2012-05-18 11:31:26 UTC
  • mfrom: (1445.1.16 msim)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: vojtechhorky@users.sourceforge.net-20120518113126-zcz644df1fvgg4sc
Merge MSIM simulator port (#401)

Merged from lp:~vojtech-horky/helenos/msim.

Not all features work, but it is possible to boot HelenOS running in
MSIM that runs in HelenOS in Qemu
(i.e. host -> Qemu -> HelenOS -> MSIM -> HelenOS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "ctype.h"
45
45
#include "errno.h"
46
46
#include "signal.h"
 
47
#include "assert.h"
47
48
 
48
49
#include "libc/malloc.h"
49
50
#include "libc/task.h"