mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
When compiling this code, clang complains reference to 'Sandbox' is ambiguous. It can either mean ::Sandbox namespace from os/src/lib/sandbox/types.h, or Genode::Sandbox declared in repos/os/include/os/sandbox.h. Since the code refers to ::Sandbox::Child and its already in ::Sandbox namespace we can just drop "Sandbox" and refer to just Child, which makes clang happy. Issue #3938
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.