mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
34245376ba
Stat calls on the control/extend and control/rekey files returned a bogus file size that led to an error in the VFS File_content tool. The tool complained that the size of the file determined while reading the content differs from the one reported by the stat operation. Now, the stat call will always determine the actual size of what would be read. However, it isn't guaranteed that this size doesn't change in the time after the stat operation and before the read operation. Ref #4032 |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.