mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-16 15:29:57 +00:00
test-pthread: add pseudo rtc to prevent warning
This commit is contained in:
parent
5240de481f
commit
720488c49b
@ -29,8 +29,8 @@
|
||||
</default-route>
|
||||
<start name="test-pthread" caps="600" ram="64M">
|
||||
<config>
|
||||
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
||||
<libc stdout="/dev/log"/>
|
||||
<vfs> <dir name="dev"> <log/> <inline name="rtc">2025-03-03 09:16</inline> </dir> </vfs>
|
||||
<libc stdout="/dev/log" rtc="/dev/rtc"/>
|
||||
</config>
|
||||
</start>
|
||||
</config>
|
||||
|
Loading…
x
Reference in New Issue
Block a user