Fix up header guards.
[pintos-anon] / src / threads / synch.h
index c8ac2f446508a793962d455e6d3551e1af56d125..244479f9ae0afe236c12635bbe730cafce881d3d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_SYNCH_H
-#define HEADER_SYNCH_H 1
+#ifndef THREADS_SYNCH_H
+#define THREADS_SYNCH_H
 
 #include <list.h>
 #include <stdbool.h>
@@ -45,4 +45,4 @@ void cond_signal (struct condition *, struct lock *);
 void cond_broadcast (struct condition *, struct lock *);
 const char *cond_name (const struct condition *);
 
-#endif /* synch.h */
+#endif /* threads/synch.h */