From e97ceade5e1bba5787e39429384336fa37797906 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 6 Dec 2003 18:05:27 +0000 Subject: various tweaks. --- include/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 9c5d2d09..e9dc96e0 100644 --- a/include/thread.h +++ b/include/thread.h @@ -88,6 +88,7 @@ int send(Channel *c, void *v); int sendp(Channel *c, void *v); int sendul(Channel *c, unsigned long v); int threadcreate(void (*f)(void *arg), void *arg, unsigned int stacksize); +int threadcreateidle(void (*f)(void*), void*, unsigned int); void** threaddata(void); void threadexits(char *); void threadexitsall(char *); -- cgit v1.2.3