Fix up header guards.
[pintos-anon] / src / threads / palloc.h
index 7250e98e64bc64089acc1f4276fc60e7a8da12c7..ca7824e58c7c9282eda82f14b5b6a0cae6507561 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_PALLOC_H
-#define HEADER_PALLOC_H 1
+#ifndef THREADS_PALLOC_H
+#define THREADS_PALLOC_H
 
 #include <stdint.h>
 
@@ -13,4 +13,4 @@ void palloc_init (void);
 void *palloc_get (enum palloc_flags);
 void palloc_free (void *);
 
-#endif /* palloc.h */
+#endif /* threads/palloc.h */