Fix Error missing semicolon after function signature
This commit is contained in:
@@ -72,7 +72,7 @@ void thread_schedule_tail (struct thread *prev);
|
|||||||
static tid_t allocate_tid (void);
|
static tid_t allocate_tid (void);
|
||||||
static bool priority_more (const struct list_elem *a_,
|
static bool priority_more (const struct list_elem *a_,
|
||||||
const struct list_elem *b_,
|
const struct list_elem *b_,
|
||||||
void *aux UNUSED)
|
void *aux UNUSED);
|
||||||
|
|
||||||
/* Initializes the threading system by transforming the code
|
/* Initializes the threading system by transforming the code
|
||||||
that's currently running into a thread. This can't work in
|
that's currently running into a thread. This can't work in
|
||||||
|
|||||||
Reference in New Issue
Block a user