Use standard casing and mangling for internal errno
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.