HomeFreeBSD

Don't declare __assfail as static

Description

Don't declare __assfail as static

It gets called by dmu_buf_init_user, which is inline but not static. So it
needs global linkage itself.

Reported by: GCC-6
MFC after: 17 days
X-MFC-With: 329722

Details

Provenance
asomersAuthored on
Parents
rS329983: Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
Branches
Unknown
Tags
Unknown