unnecessary struct jmpbuf

This commit is contained in:
rsc 2006-09-08 15:31:18 +00:00
parent ba969aa6a8
commit 3689c7f5ce

1
defs.h
View file

@ -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;