diff options
author | ftrvxmtrx <devnull@localhost> | 2014-05-03 12:09:53 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-05-03 12:09:53 +0200 |
commit | 6f58f7fed4e6e00e6632ff9fe5bc56e75879424f (patch) | |
tree | 36dbdd37fdf865a9312bdb58156388f9c275b846 | |
parent | 462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18 (diff) | |
download | plan9front-6f58f7fed4e6e00e6632ff9fe5bc56e75879424f.tar.xz |
thread.h: varargck argpos for threadsetname
-rw-r--r-- | sys/include/thread.h | 2 |
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 */ |