X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fsyscall.h;h=90590967a9f96f9ea359d15c672b815dfb4379cb;hb=2ca95dc97c9dd591d0f71f1f4c411b3aeb82d690;hp=f57676cd784ed46830866da2db80e2456c793fa3;hpb=8d321fddc6a25651e7fccacfe46b0ff1c4e52501;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 */