summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-05-25 13:03:45 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-05-25 13:03:45 +0200
commitff2e8f308d3862ce1927bdc20314fe7610564566 (patch)
treed4db5c0347fd96581c3343abb68d56beb715c1bb
parent0d87019a9b5479ed2d5ce13b9bfe774c395b9669 (diff)
downloadplan9front-ff2e8f308d3862ce1927bdc20314fe7610564566.tar.xz
thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)
-rw-r--r--sys/man/2/thread4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/thread b/sys/man/2/thread
index 96cf19778..90b3a6f45 100644
--- a/sys/man/2/thread
+++ b/sys/man/2/thread
@@ -95,10 +95,10 @@ int threadgrp(void)
int threadsetgrp(int group)
int threadpid(int id)
.XX
-int threadint(int id)
+void threadint(int id)
void threadintgrp(int group)
void threadkill(int id)
-int threadkillgrp(int group)
+void threadkillgrp(int group)
.XX
void threadsetname(char *name, ...)
char* threadgetname(void)