Fix typo in thread_null implementation
This commit is contained in:
@@ -11,7 +11,7 @@ struct bh_mutex_s
|
|||||||
struct bh_semaphore_s
|
struct bh_semaphore_s
|
||||||
{
|
{
|
||||||
void *handle;
|
void *handle;
|
||||||
}:
|
};
|
||||||
|
|
||||||
struct bh_cond_s
|
struct bh_cond_s
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user