HomeFreeBSD

Fix crossbuild bootstrap tools build with Clang 12

Description

Fix crossbuild bootstrap tools build with Clang 12

Clang 12 no longer allows re-defining a weak symbol as non-weak. This
happed here because we compile err.c with _err defined to err. To fix
this, use the same approach as the libc namespace.h

Details

Provenance
arichardsonAuthored on Feb 10 2021, 11:05 AM
Parents
rG8a439f324e90: pf: Remove unused return value from (de)hook_pf()
Branches
Unknown
Tags
Unknown