diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ void kbd_intr(void); // proc.c void pinit(void); struct proc; -struct jmpbuf; void setupsegs(struct proc*); struct proc* copyproc(struct proc*); struct spinlock; |