mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 17:48:53 +00:00
7a11384177
The pthread API is considered a standard feature of libc so better to simply merge it with the libc. Pthreads are in fact already a part of the libc in the form of weak symbols. This merger is also a prerequisite for better integrating pthreads with the libc I/O task. Fix #3054
27 lines
614 B
Plaintext
Executable File
27 lines
614 B
Plaintext
Executable File
<runtime ram="8300M" caps="1500" binary="init" config="init.config">
|
|
|
|
<requires>
|
|
<file_system label="vm"/>
|
|
<file_system label="shared"/>
|
|
<nic/>
|
|
</requires>
|
|
|
|
<content>
|
|
<rom label="init.config"/>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="init"/>
|
|
<rom label="nit_fb"/>
|
|
<rom label="timer"/>
|
|
<rom label="virtualbox5-nova"/>
|
|
<rom label="libc.lib.so"/>
|
|
<rom label="libc_pipe.lib.so"/>
|
|
<rom label="libc_terminal.lib.so"/>
|
|
<rom label="libm.lib.so"/>
|
|
<rom label="libiconv.lib.so"/>
|
|
<rom label="qemu-usb.lib.so"/>
|
|
<rom label="stdcxx.lib.so"/>
|
|
<rom label="vfs.lib.so"/>
|
|
</content>
|
|
|
|
</runtime>
|