Fix up header guards.
[pintos-anon] / src / threads / intr-stubs.h
index 3f2db7e1870d5d0401ef63dd821b73b878a34804..debeaabc075ab3668b78271d028e703481e1b113 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_INTR_STUBS_H
-#define HEADER_INTR_STUBS_H
+#ifndef THREADS_INTR-STUBS_H
+#define THREADS_INTR-STUBS_H
 
 /* Interrupt stubs.
 
@@ -17,4 +17,4 @@ extern intr_stub_func *intr_stubs[256];
 /* Interrupt return path. */
 void intr_exit (void);
 
-#endif /* intr-stubs.h */
+#endif /* threads/intr-stubs.h */