thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)
This commit is contained in:
parent
0d87019a9b
commit
ff2e8f308d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue