genode/repos/dde_linux/src/include/lx_emul/extern_c_end.h
2017-02-28 12:59:29 +01:00

28 lines
441 B
C

/*
* \brief Include after including Linux headers in C++
* \author Christian Helmuth
* \date 2014-08-21
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is distributed under the terms of the GNU General Public License
* version 2.
*/
#ifdef __cplusplus
#undef delete
#undef new
#undef class
#undef private
#undef namespace
#undef virtual
#pragma GCC diagnostic pop
} /* extern "C" */
#endif /* __cplusplus */