mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Fix libbacktrace config for BSD.
This commit is contained in:
parent
fdc3b01054
commit
0b3431289f
@ -13,3 +13,8 @@
|
|||||||
#define HAVE_DL_ITERATE_PHDR 1
|
#define HAVE_DL_ITERATE_PHDR 1
|
||||||
#define HAVE_ATOMIC_FUNCTIONS 1
|
#define HAVE_ATOMIC_FUNCTIONS 1
|
||||||
#define HAVE_DECL_STRNLEN 1
|
#define HAVE_DECL_STRNLEN 1
|
||||||
|
|
||||||
|
#ifdef BSD
|
||||||
|
# define HAVE_KERN_PROC 1
|
||||||
|
# define HAVE_KERN_PROC_ARGS 1
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user