This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
eb7922ab88
banan-os
/
userspace
/
libraries
/
LibC
/
errno.cpp
8 lines
102 B
C++
Raw
Blame
History
#
include
<errno.h>
#
include
<pthread.h>
int
*
__errno_location
(
)
{
return
&
_get_uthread
(
)
-
>
errno_
;
}
Reference in New Issue
View Git Blame
Copy Permalink