Index: uspace/lib/libc/include/task.h
===================================================================
--- uspace/lib/libc/include/task.h	(revision 42742c5a9c4daa815f9a9127c69040aed0d194e0)
+++ uspace/lib/libc/include/task.h	(revision bc18d63b733703c3262a3a720f92513621962cff)
@@ -41,4 +41,5 @@
 
 extern task_id_t task_get_id(void);
+extern int task_set_name(const char *name);
 extern task_id_t task_spawn(const char *path, char *const argv[]);
 
