litex/software/include/basec++/cstdlib
whitequark 7a9975ab5a Add a stub C++ standard library.
This is necessary to build libunwind.
2015-07-26 12:49:21 +03:00

6 lines
93 B
Text

#ifndef __CXX_CSTDLIB
#define __CXX_CSTDLIB
#include <stdlib.h>
#endif /* __CXX_CSTDLIB */