Fix up header guards.
[pintos-anon] / src / threads / thread.h
index d6a3990f1047d795b4255efa278af5f1a1119e32..95173ffa51fe6f771a25b70ba135b12df090e00c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_THREAD_H
-#define HEADER_THREAD_H 1
+#ifndef THREADS_THREAD_H
+#define THREADS_THREAD_H
 
 #include <debug.h>
 #include <list.h>
@@ -108,4 +108,4 @@ void thread_exit (void) NO_RETURN;
 void thread_yield (void);
 void thread_block (void);
 
-#endif /* thread.h */
+#endif /* threads/thread.h */