mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
This patch replaces the first attempt to resolve the ambiguity of using the size_t type that occurred when 'loader_session.h' was included alongside libc headers. Instead of explicitly qualifying each occurrence of the type, the new solution defines 'size_t' within the 'Loader' namespace. Fixes #253