diff options
| author | BurnZeZ <devnull@localhost> | 2019-04-08 22:18:15 +0000 |
|---|---|---|
| committer | BurnZeZ <devnull@localhost> | 2019-04-08 22:18:15 +0000 |
| commit | 7b10062669dbc0e41f1483d1b57af64c2ad93b11 (patch) | |
| tree | 57d422b7d29b38894799b7aa58fbc4080784dadd | |
| parent | 3e65a15ae078f00f8ddf137e6d04007797702331 (diff) | |
| download | plan9front-7b10062669dbc0e41f1483d1b57af64c2ad93b11.tar.xz | |
thread(2): threadsetname takes a fmt string
| -rw-r--r-- | sys/man/2/thread | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/thread b/sys/man/2/thread index c7e6b3a18..2b9a4a483 100644 --- a/sys/man/2/thread +++ b/sys/man/2/thread @@ -100,7 +100,7 @@ void threadintgrp(int group) void threadkill(int id) void threadkillgrp(int group) .XX -void threadsetname(char *name, ...) +void threadsetname(char *fmt, ...) char* threadgetname(void) .XX void** threaddata(void) |
