Make close-stdin, close-stdout expected output more flexible.
[pintos-anon] / src / lib / user / syscall-stub.h
index 7d5d2e8b018b88f1f1ab18d1d61e443f9dcd8a68..4f6036f7e8e30e302896cd0c73dda25ce0eb6333 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIB_USER_SYSCALL_STUB_H
-#define LIB_USER_SYSCALL_STUB_H 1
+#ifndef __LIB_USER_SYSCALL_STUB_H
+#define __LIB_USER_SYSCALL_STUB_H
 
 int syscall (int nr, ...);