Skip to content

Use standard casing and mangling for internal errno

Peter Limkilde Svendsen requested to merge plimkilde/relibc:errno-naming into master

Since the internal errno Cell is only ever exposed to C through __errno_location(), we can use standard SCREAMING_SNAKE_CASE and mangling. AFAIK the #[no_mangle] was a leftover from when platform::errno was exposed directly in C.

Merge request reports