History log of /freebsd-src/sys/contrib/zstd/lib/freebsd/assert.h (Results 1 – 1 of 1)
Revision Date Author Comments
# c6eb7f3f 09-Jan-2025 Minsoo Choo <minsoochoo0122@proton.me>

zstd: Add a stub <assert.h> for the kernel

The stub header includes <sys/kassert.h>. zstd's xx_hash.h #includes
<assert.h> for the definition of static_assert() when building with
C11 or newer.

Re

zstd: Add a stub <assert.h> for the kernel

The stub header includes <sys/kassert.h>. zstd's xx_hash.h #includes
<assert.h> for the definition of static_assert() when building with
C11 or newer.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D43239

show more ...