WIP: musl port

This commit is contained in:
nillerusr
2023-04-24 22:19:49 +00:00
parent ba695d2092
commit 699271f212
57 changed files with 24 additions and 2346 deletions

View File

@@ -27,7 +27,7 @@
#include <set>
#endif
#if defined( LINUX ) && !defined( ANDROID )
#if defined( LINUX ) && defined( PLATFORM_GLIBC )
#include <execinfo.h>
#endif
@@ -38,7 +38,7 @@
#if !defined( ENABLE_RUNTIME_STACK_TRANSLATION ) //disable the whole toolset
#if defined( LINUX ) && !defined( ANDROID )
#if defined( LINUX ) && defined( PLATFORM_GLIBC )
int GetCallStack( void **pReturnAddressesOut, int iArrayCount, int iSkipCount )
{