Remove setproc prototype
This commit is contained in:
parent
f524198792
commit
1226b09dc4
|
@ -96,7 +96,6 @@ struct proc* myproc();
|
||||||
void procinit(void);
|
void procinit(void);
|
||||||
void scheduler(void) __attribute__((noreturn));
|
void scheduler(void) __attribute__((noreturn));
|
||||||
void sched(void);
|
void sched(void);
|
||||||
void setproc(struct proc*);
|
|
||||||
void sleep(void*, struct spinlock*);
|
void sleep(void*, struct spinlock*);
|
||||||
void userinit(void);
|
void userinit(void);
|
||||||
int wait(uint64);
|
int wait(uint64);
|
||||||
|
|
Loading…
Reference in a new issue