mirror of https://git.musl-libc.org/git/musl
Browse Source
In the public header, __errno_location is declared with the "const"
attribute, conditional on __GNUC__. Ensure that its internal alias has
the same attributes.
Maintainer's note: This change also fixes a regression in quality of
code generation -- multiple references to errno in a single function
started generating multiple calls again -- introduced by commit
e13063aad7.
master
committed by
Rich Felker
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue