unnecessary struct jmpbuf
This commit is contained in:
parent
ba969aa6a8
commit
3689c7f5ce
1 changed files with 0 additions and 1 deletions
1
defs.h
1
defs.h
|
@ -12,7 +12,6 @@ void kbd_intr(void);
|
||||||
// proc.c
|
// proc.c
|
||||||
void pinit(void);
|
void pinit(void);
|
||||||
struct proc;
|
struct proc;
|
||||||
struct jmpbuf;
|
|
||||||
void setupsegs(struct proc*);
|
void setupsegs(struct proc*);
|
||||||
struct proc* copyproc(struct proc*);
|
struct proc* copyproc(struct proc*);
|
||||||
struct spinlock;
|
struct spinlock;
|
||||||
|
|
Loading…
Reference in a new issue