Skip to content

Commit

Permalink
Thanks to Wolfgang Keller <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Jan 31, 2017
1 parent 1772853 commit c383612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);

Expand Down

0 comments on commit c383612

Please sign in to comment.