genode/libports/src/lib/libc_rom
Norman Feske cca4b7b43c Change include order to remedy conflicting defines
Both the libc and the NOVA syscall bindings provide the definition of
PAGE_SIZE. In contrast to the libc, which uses a #define, the NOVA
syscalls uses a proper enum value. Thus, we can work around the conflict
by including the NOVA syscalls header prior the libc header. Fixes #152.
2012-03-16 14:45:54 +01:00
..
plugin.cc Change include order to remedy conflicting defines 2012-03-16 14:45:54 +01:00
README Libc plugin for using file I/O on ROM dataspaces 2012-02-14 16:44:42 +01:00

The 'libc_rom' plugin allows the use of Genode's ROM-session interface via file
operations of the C library.

This implementation is very preliminary. It supports no file operations other
than open and read.