mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Linux fix
This commit is contained in:
parent
50244bf400
commit
7fc71c7197
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ BFP_EXPORT void BFP_CALLTYPE BfpThreadInfo_Release(BfpThreadInfo* 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
|
||||
if (threadInfo == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue