diff options
Diffstat (limited to 'syscall.c')
-rw-r--r-- | syscall.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,19 +1,10 @@ #include "types.h" -#include "stat.h" +#include "defs.h" #include "param.h" #include "mmu.h" #include "proc.h" -#include "defs.h" #include "x86.h" -#include "traps.h" #include "syscall.h" -#include "spinlock.h" -#include "buf.h" -#include "fs.h" -#include "fsvar.h" -#include "elf.h" -#include "file.h" -#include "fcntl.h" // User code makes a system call with INT T_SYSCALL. // System call number in %eax. |