diff options
author | rsc <devnull@localhost> | 2004-05-11 17:51:27 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-11 17:51:27 +0000 |
commit | c4097c29512269f4547ebefb8abdc57a2892b479 (patch) | |
tree | e84c61a845b196bfa903088e15b772ae0b16c8bb /include | |
parent | 2f2df5e02ef22c9727ae2b8269d5c76a061d296f (diff) | |
download | plan9port-c4097c29512269f4547ebefb8abdc57a2892b479.tar.gz plan9port-c4097c29512269f4547ebefb8abdc57a2892b479.tar.bz2 plan9port-c4097c29512269f4547ebefb8abdc57a2892b479.zip |
Fix small bugs.
Diffstat (limited to 'include')
-rw-r--r-- | include/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thread.h b/include/thread.h index 356d7b62..2721fb4e 100644 --- a/include/thread.h +++ b/include/thread.h @@ -121,7 +121,7 @@ Channel* threadwaitchan(void); int tprivalloc(void); void tprivfree(int); void **tprivaddr(int); -void yield(void); +int yield(void); long threadstack(void); |