Skip to content
Snippets Groups Projects
Commit c354c216 authored by Chuck Musser's avatar Chuck Musser
Browse files

Dragonfly: expose __errno_location() rather than define __error().

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.
parent 675352e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment