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

Linux fix

This commit is contained in:
Brian Fiete 2020-05-16 12:26:13 -07:00
parent 50244bf400
commit 7fc71c7197

View file

@ -1364,7 +1364,7 @@ BFP_EXPORT void BFP_CALLTYPE BfpThreadInfo_Release(BfpThreadInfo* threadInfo)
delete threadInfo; delete threadInfo;
} }
BFP_EXPORT void BFP_CALLTYPE BfpThreadInfo_GetStackInfo(BfpThreadInfo* threadInfo, intptr* outStackBase, int* outStackLimit, BfpThreadResult* outResult) BFP_EXPORT void BFP_CALLTYPE BfpThreadInfo_GetStackInfo(BfpThreadInfo* threadInfo, intptr* outStackBase, int* outStackLimit, BfpThreadInfoFlags flags, BfpThreadResult* outResult)
{ {
#ifdef BFP_HAS_PTHREAD_GETATTR_NP #ifdef BFP_HAS_PTHREAD_GETATTR_NP
if (threadInfo == NULL) if (threadInfo == NULL)