Rename main0 to main.

This commit is contained in:
rsc 2007-08-27 23:32:16 +00:00
parent 558ab49f13
commit 19b42cc078
4 changed files with 5 additions and 4 deletions

2
defs.h
View file

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