diff options
| author | rsc <devnull@localhost> | 2004-11-08 16:03:20 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-11-08 16:03:20 +0000 |
| commit | 195645536743aeb99eb336726823c38716cec02d (patch) | |
| tree | accb04698efde81ad1228adfddcea695d544ca25 /src/libthread/sleep.c | |
| parent | 77dcf88474c55e040940be8a5f9e7fa1537af564 (diff) | |
| download | plan9port-195645536743aeb99eb336726823c38716cec02d.tar.gz plan9port-195645536743aeb99eb336726823c38716cec02d.zip | |
more thread work
Diffstat (limited to 'src/libthread/sleep.c')
| -rw-r--r-- | src/libthread/sleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libthread/sleep.c b/src/libthread/sleep.c index d6c4dac4..4b0d82a1 100644 --- a/src/libthread/sleep.c +++ b/src/libthread/sleep.c @@ -36,3 +36,4 @@ _threadwakeup(_Procrend *r) _threadready(t); unlock(&t->proc->lock); } + |
