Thanks to Wolfgang Keller <nubok@users.noreply.github.com>
This commit is contained in:
parent
1772853d39
commit
c383612a7d
1 changed files with 1 additions and 1 deletions
2
defs.h
2
defs.h
|
@ -131,7 +131,7 @@ void popcli(void);
|
|||
|
||||
// sleeplock.c
|
||||
void acquiresleep(struct sleeplock*);
|
||||
void releasesleep(struct sleeplock*);
|
||||
void releasesleep(struct sleeplock*);
|
||||
int holdingsleep(struct sleeplock*);
|
||||
void initsleeplock(struct sleeplock*, char*);
|
||||
|
||||
|
|
Loading…
Reference in a new issue