Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BUILD_BUG_ON_MSG
include/linux/build_bug.h
40
#define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
tools/include/linux/build_bug.h
40
#define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)