freebsd-dev/tools/build/libc-bootstrap
Alex Richardson 02af91c52e 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
2021-02-17 09:54:59 +00:00
..
libc_private.h
namespace.h
un-namespace.h