summaryrefslogtreecommitdiffstats
path: root/threads/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'threads/thread.h')
-rw-r--r--threads/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/threads/thread.h b/threads/thread.h
index a6ef25d..8bc6512 100644
--- a/threads/thread.h
+++ b/threads/thread.h
@@ -118,7 +118,7 @@ struct thread
118 Controlled by kernel command-line option "-o mlfqs". */ 118 Controlled by kernel command-line option "-o mlfqs". */
119extern bool thread_mlfqs; 119extern bool thread_mlfqs;
120 120
121bool priority_list_cmp_greater (const struct list_elem *a, const struct list_elem *b, 121bool thread_priority_cmp_greater (const struct list_elem *a, const struct list_elem *b,
122 void *aux); 122 void *aux);
123 123
124void thread_init (void); 124void thread_init (void);