Skip to content
Snippets Groups Projects
Commit c7c21467 authored by Austin Clements's avatar Austin Clements
Browse files

Oops. Broke the build when I rearranged proc.c

parent d599aa2e
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ int kill(int);
void pinit(void);
void procdump(void);
void scheduler(void) __attribute__((noreturn));
void sched(void);
void sleep(void*, struct spinlock*);
void userinit(void);
int wait(void);
......
......@@ -17,6 +17,8 @@ int nextpid = 1;
extern void forkret(void);
extern void trapret(void);
static void wakeup1(void *chan);
void
pinit(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment