omit *.d from tar file
This commit is contained in:
parent
e9ae6f5cbe
commit
4651d04ad1
3 changed files with 2 additions and 3 deletions
1
proc.c
1
proc.c
|
@ -325,7 +325,6 @@ wakeup1(void *chan)
|
|||
}
|
||||
|
||||
// Wake up all processes sleeping on chan.
|
||||
// Proc_table_lock is acquired and released.
|
||||
void
|
||||
wakeup(void *chan)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue