Commit Diff


commit - f76c8038ba696d83aca92ccf727032aed0644297
commit + 9d407753d040c10f269ee0f37c05a4b2aa3719f4
blob - 330f15089c9a767cd9f7bfdc115777ac4153ec35
blob + ffa8fca00f64b470b5186767e1ab6be14f92f909
--- include/thread.h
+++ 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);