X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fthread.h;h=95173ffa51fe6f771a25b70ba135b12df090e00c;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=d6a3990f1047d795b4255efa278af5f1a1119e32;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/threads/thread.h b/src/threads/thread.h index d6a3990..95173ff 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -1,5 +1,5 @@ -#ifndef HEADER_THREAD_H -#define HEADER_THREAD_H 1 +#ifndef THREADS_THREAD_H +#define THREADS_THREAD_H #include #include @@ -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 */