Subversion Repositories freemyipod

Rev

Rev 58 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 71
Line 445... Line 445...
445
 
445
 
446
void thread_exit()
446
void thread_exit()
447
{
447
{
448
    thread_terminate(-1);
448
    thread_terminate(-1);
449
}
449
}
-
 
450
 
-
 
451
int* __errno()
-
 
452
{
-
 
453
    return &current_thread->err_no;
-
 
454
}