summaryrefslogtreecommitdiff
path: root/sys/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-02-28 13:26:38 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-02-28 13:26:38 +0100
commit95565d289ebf40a697654cf243021a85572e91b6 (patch)
tree583c83a2a762f36c5be06155570f18993feb04c0 /sys/src/libthread/threadimpl.h
parent45d1d31847dfc425410a107b66537e567c0d5637 (diff)
libthread: remove unused internal functions and old xinc assembler files
Diffstat (limited to 'sys/src/libthread/threadimpl.h')
-rw-r--r--sys/src/libthread/threadimpl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/libthread/threadimpl.h b/sys/src/libthread/threadimpl.h
index c34c61901..11545ba05 100644
--- a/sys/src/libthread/threadimpl.h
+++ b/sys/src/libthread/threadimpl.h
@@ -159,8 +159,6 @@ struct Iocall
char err[ERRMAX];
};
-void _freeproc(Proc*);
-void _freethread(Thread*);
Proc* _newproc(void(*)(void*), void*, uint, char*, int, int);
int _procsplhi(void);
void _procsplx(int);
@@ -183,7 +181,6 @@ void* _threadmalloc(long, int);
void _threadnote(void*, char*);
void _threadready(Thread*);
void* _threadrendezvous(void*, void*);
-void _threadsignal(void);
void _threadsysfatal(char*, va_list);
void** _workerdata(void);