~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/posix/stdio.h

  • 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:
36
36
#ifndef POSIX_STDIO_H_
37
37
#define POSIX_STDIO_H_
38
38
 
 
39
#include "stddef.h"
 
40
#include "unistd.h"
39
41
#include "libc/stdio.h"
40
42
#include "sys/types.h"
41
43
#include "libc/stdarg.h"