Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/proc/thread.c

    rc5429fe rdeacd722  
    3939 * @param t Thread to be initialized.
    4040 */
    41 void thread_create_arch(thread_t *t)
     41errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
    4242{
     43        return EOK;
    4344}
    4445
Note: See TracChangeset for help on using the changeset viewer.