aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 03:36:37 +0000
committerrsc <devnull@localhost>2004-12-27 03:36:37 +0000
commite317e37406f8597d42c1e37ab7fcc4f7f901b342 (patch)
tree4d83ff77916956bbb5c777ee3845266a509689d4 /include/thread.h
parent10b45557661879b4caa1da8553f250ce7717a385 (diff)
downloadplan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.tar.gz
plan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.tar.bz2
plan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.zip
add chansetname prototype
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index c8f00340..e1ec96c4 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -94,6 +94,7 @@ ulong chanrecvul(Channel *c);
int chansend(Channel *c, void *v);
int chansendp(Channel *c, void *v);
int chansendul(Channel *c, ulong v);
+void chansetname(Channel *c, char *fmt, ...);
#define alt chanalt
#define nbrecv channbrecv