1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/BeefySysLib/platform/linux/LinuxCommon.cpp
2019-10-29 09:06:51 -07:00

8 lines
184 B
C++

#define BFP_HAS_BACKTRACE
#define BFP_HAS_EXECINFO
#define BFP_HAS_PTHREAD_TIMEDJOIN_NP
#define BFP_HAS_PTHREAD_GETATTR_NP
#define BFP_HAS_DLINFO
#include "../posix/PosixCommon.cpp"