genode/libports/src/app/avplay/libc_dummies.c
2013-01-10 21:44:47 +01:00

16 lines
344 B
C

/*
* \brief Suppress 'not implemented' messages
* \author Christian Prochaska
* \date 2012-04-01
*/
/*
* Copyright (C) 2012-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.
*/
void feholdexcept() { }
void feupdateenv() { }