Make close-stdin, close-stdout expected output more flexible.
[pintos-anon] / src / lib / user / syscall-stub.h
index 80274bb5d1e4605770777b968956b3bedece4636..4f6036f7e8e30e302896cd0c73dda25ce0eb6333 100644 (file)
@@ -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, ...);