freebsd-dev/sys/cddl
Alex Richardson 11412d5bc9 Fix linker error in libuutil with recent LLVM
Not marking the function as static can result in a linker error:
undefined reference to __assfail [--no-allow-shlib-undefined]
I noticed this error after updating our CHERI LLVM to the latest upstream
LLVM HEAD revision.

This change effectively reverts r329984 and marks dmu_buf_init_user as
static (which keeps the GCC build happy).

Reviewed By:	#zfs, asomers, freqlabs, mav
Differential Revision: https://reviews.freebsd.org/D25663
2020-08-07 16:04:21 +00:00
..
boot/zfs loader: create single zfs nextboot implementation 2020-06-20 06:23:31 +00:00
compat/opensolaris Fix linker error in libuutil with recent LLVM 2020-08-07 16:04:21 +00:00
contrib/opensolaris Fix linker error in libuutil with recent LLVM 2020-08-07 16:04:21 +00:00
dev dtrace/fbt: fix return probe arguments on arm 2020-07-21 07:41:36 +00:00