genode/repos/base/src/base/thread/thread_bootstrap_empty.cc

19 lines
377 B
C++

/*
* \brief Default thread bootstrap code
* \author Norman Feske
* \date 2009-04-02
*/
/*
* 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 <base/thread.h>
using namespace Genode;
void Thread_base::_thread_bootstrap() { }