Index: abi/include/abi/proc/uarg.h
===================================================================
--- abi/include/abi/proc/uarg.h	(revision b1c57a828cb73794beb6a309f5ec0199ca75ecc2)
+++ abi/include/abi/proc/uarg.h	(revision 53031c207fe3e604f18be745ce8f0d770315f9ca)
@@ -42,5 +42,5 @@
 	size_t uspace_stack_size;
 	
-	void (* uspace_thread_function)();
+	void (* uspace_thread_function)(void *);
 	void *uspace_thread_arg;
 	
