diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ void release(struct spinlock*); void pushcli(void); void popcli(void); void initsleeplock(struct sleeplock*); -void acquire_sleeplock(struct sleeplock*,struct spinlock*); +void acquire_sleeplock(struct sleeplock*, struct spinlock*); void release_sleeplock(struct sleeplock*); int acquired_sleeplock(struct sleeplock*); |