genode/repos/libports/src/test/libports/main.cc
Emery Hemingway 745eb89237 lib/component: pass extended Libc::Env
Libc::Env is the Genode::Env interface extended to cover access
to the XML content of the 'config' ROM and a VFS instance. This
deduplicates the burden of components to attain and manage
these resources.

Fix #2217
Ref #1987
2017-01-13 13:07:01 +01:00

17 lines
345 B
C++

/*
* \brief Link test
* \author Norman Feske
* \date 2009-10-16
*/
/*
* Copyright (C) 2009-2013 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#include <libc/component.h>
void Libc::Component::construct(Libc::Env &env) { }