Index: kernel/generic/include/proc/thread.h
===================================================================
--- kernel/generic/include/proc/thread.h	(revision 557394294b6545575e0e9b328455da8ae4cf8a51)
+++ kernel/generic/include/proc/thread.h	(revision be66dee46e9b575874f130efde7da456c66d105d)
@@ -251,4 +251,5 @@
 unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name);
 unative_t sys_thread_exit(int uspace_status);
+unative_t sys_thread_get_id(void);
 
 #endif
