mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
7a7adfbb63
In the current form, only PROT_READ is supported. This case is emulated by copying the file content into new allocated backing store. Even though the performance benefits of mmap-using code will not be preserved, code that relies on mmap can be executed via the libc_noux or libc_fs plugins, i.e. lightttpd.
10 lines
121 B
Makefile
10 lines
121 B
Makefile
SRC_CC = plugin.cc
|
|
|
|
LIBS += libc
|
|
|
|
REP_INC_DIR += src/lib/libc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/libc_noux
|
|
|
|
SHARED_LIB = yes
|