diff options
Diffstat (limited to 'sys/src/libc/9sys/qlock.c')
| -rw-r--r-- | sys/src/libc/9sys/qlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libc/9sys/qlock.c b/sys/src/libc/9sys/qlock.c index 4f03cd38c..44cce8ab8 100644 --- a/sys/src/libc/9sys/qlock.c +++ b/sys/src/libc/9sys/qlock.c @@ -325,7 +325,7 @@ rwakeup(Rendez *r) * take off wait and put on front of queue * put on front so guys that have been waiting will not get starved */ - + if(!r->l) abort(); lock(&r->l->lock); |
