Skip to content
Snippets Groups Projects
user avatar
Chuck Musser authored
Expose __errno_location() (introduced in DragonFlyBSD 5.8), which
returns the current thread's errno value. This is similar to Linux
and avoids having a separate module that defines both errno (which
depends on the thread_local feature) and an __error() function.
c354c216
History
Name Last commit Last update