X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fuser%2Fsyscall-stub.h;h=4f6036f7e8e30e302896cd0c73dda25ce0eb6333;hb=b6e3e1c1e0bd9ccaa88bc4aff36b22b426132ba8;hp=80274bb5d1e4605770777b968956b3bedece4636;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon diff --git a/src/lib/user/syscall-stub.h b/src/lib/user/syscall-stub.h index 80274bb..4f6036f 100644 --- a/src/lib/user/syscall-stub.h +++ b/src/lib/user/syscall-stub.h @@ -1,5 +1,5 @@ -#ifndef __LIB_USER_SYSCALL-STUB_H -#define __LIB_USER_SYSCALL-STUB_H +#ifndef __LIB_USER_SYSCALL_STUB_H +#define __LIB_USER_SYSCALL_STUB_H int syscall (int nr, ...);