Rename main0 to main.
This commit is contained in:
parent
558ab49f13
commit
19b42cc078
4 changed files with 5 additions and 4 deletions
2
defs.h
2
defs.h
|
|
@ -102,7 +102,7 @@ void proc_exit(void);
|
|||
int proc_kill(int);
|
||||
int proc_wait(void);
|
||||
void procdump(void);
|
||||
void scheduler(void);
|
||||
void scheduler(void) __attribute__((noreturn));
|
||||
void setupsegs(struct proc*);
|
||||
void sleep(void*, struct spinlock*);
|
||||
void userinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue