X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fsyscall.h;h=90590967a9f96f9ea359d15c672b815dfb4379cb;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=f57676cd784ed46830866da2db80e2456c793fa3;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/userprog/syscall.h b/src/userprog/syscall.h index f57676c..9059096 100644 --- a/src/userprog/syscall.h +++ b/src/userprog/syscall.h @@ -1,6 +1,6 @@ -#ifndef HEADER_SYSCALL_H -#define HEADER_SYSCALL_H 1 +#ifndef USERPROG_SYSCALL_H +#define USERPROG_SYSCALL_H void syscall_init (void); -#endif /* syscall.h */ +#endif /* userprog/syscall.h */