thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)

This commit is contained in:
cinap_lenrek 2015-05-25 13:03:45 +02:00
parent 0d87019a9b
commit ff2e8f308d

View file

@ -95,10 +95,10 @@ int threadgrp(void)
int threadsetgrp(int group) int threadsetgrp(int group)
int threadpid(int id) int threadpid(int id)
.XX .XX
int threadint(int id) void threadint(int id)
void threadintgrp(int group) void threadintgrp(int group)
void threadkill(int id) void threadkill(int id)
int threadkillgrp(int group) void threadkillgrp(int group)
.XX .XX
void threadsetname(char *name, ...) void threadsetname(char *name, ...)
char* threadgetname(void) char* threadgetname(void)