Oops. Broke the build when I rearranged proc.c
This commit is contained in:
parent
d599aa2e40
commit
c7c21467c3
2 changed files with 3 additions and 0 deletions
2
proc.c
2
proc.c
|
@ -17,6 +17,8 @@ int nextpid = 1;
|
|||
extern void forkret(void);
|
||||
extern void trapret(void);
|
||||
|
||||
static void wakeup1(void *chan);
|
||||
|
||||
void
|
||||
pinit(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue