Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2186 → Rev 2187

/trunk/kernel/generic/include/proc/thread.h
250,6 → 250,7
/* Thread syscall prototypes. */
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