summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorftrvxmtrx <devnull@localhost>2014-05-03 12:09:53 +0200
committerftrvxmtrx <devnull@localhost>2014-05-03 12:09:53 +0200
commit6f58f7fed4e6e00e6632ff9fe5bc56e75879424f (patch)
tree36dbdd37fdf865a9312bdb58156388f9c275b846
parent462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18 (diff)
downloadplan9front-6f58f7fed4e6e00e6632ff9fe5bc56e75879424f.tar.xz
thread.h: varargck argpos for threadsetname
-rw-r--r--sys/include/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/thread.h b/sys/include/thread.h
index 6fd68b3ed..411a71a7d 100644
--- a/sys/include/thread.h
+++ b/sys/include/thread.h
@@ -109,6 +109,8 @@ void tprivfree(int);
void **tprivaddr(int);
void yield(void);
+#pragma varargck argpos threadsetname 1
+
extern int mainstacksize;
/* slave I/O processes */