diff options
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 330f1508..ffa8fca0 100644 --- a/include/thread.h +++ b/include/thread.h @@ -15,6 +15,7 @@ void threadexits(char *); void threadexitsall(char *); void threadsetname(char*, ...); void threadsetstate(char*, ...); +char *threadgetname(void); int threadyield(void); void _threadready(_Thread*); void _threadswitch(void); |