1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/BeefySysLib/platform/linux/LinuxCommon.cpp

9 lines
184 B
C++
Raw Normal View History

#define BFP_HAS_BACKTRACE
#define BFP_HAS_EXECINFO
#define BFP_HAS_PTHREAD_TIMEDJOIN_NP
#define BFP_HAS_PTHREAD_GETATTR_NP
2019-10-29 09:06:51 -07:00
#define BFP_HAS_DLINFO
2019-08-23 11:56:54 -07:00
#include "../posix/PosixCommon.cpp"
2019-10-29 09:06:51 -07:00