genode/repos/libports/src/lib/qt5/libc_dummies.cc
2017-02-28 12:59:29 +01:00

16 lines
388 B
C++

/*
* \brief quiet libc dummy functions to reduce the log noise
* \author Christian Prochaska
* \date 2014-04-16
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
extern "C" void _sigprocmask() { }
extern "C" void sigprocmask() { }