X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fassert.h;h=f86662564b249a394f19ce9fade14a594a515241;hb=3b3873c8cbcad1728230e5e12183e7705681193a;hp=f6a2ed60ae9da3180575a04245a8e1bbdcc3dbe8;hpb=86aeb6b8524b0a8affcfea1c72a92ea256e68c9e;p=babeltrace.git diff --git a/src/common/assert.h b/src/common/assert.h index f6a2ed60..f8666256 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -29,6 +29,7 @@ #include "common/macros.h" +BT_HIDDEN extern void bt_common_assert_failed(const char *file, int line, const char *func, const char *assertion) __attribute__((noreturn));