Improved build system and POSIX compatibility
Fixed few bugs related to build system and POSIX compatabilty.
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
|
||||
int BH_TssCreate(BH_GenericCallback callback)
|
||||
{
|
||||
|
||||
BH_UNUSED(callback);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
void *BH_TssRead(int index)
|
||||
{
|
||||
BH_UNUSED(index);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user