LibC: Make _get_uthread a macro
This allows nice inlining :)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
||||
extern uthread* _get_uthread();
|
||||
|
||||
int* __errno_location()
|
||||
{
|
||||
return &_get_uthread()->errno_;
|
||||
|
||||
Reference in New Issue
Block a user