X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=b78801fb82cbb3722b6b035592c9972d566e2541;hb=21cf9b6b1843774306a76f4dccddddd706b64f79;hp=a061f6680e12e33b41f9db79053a3e4be874c458;hpb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;p=lttng-tools.git diff --git a/src/common/error.h b/src/common/error.h index a061f6680..b78801fb8 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -108,7 +108,7 @@ static inline bool __lttng_print_check_opt(enum lttng_error_level type) return true; } -void lttng_abort_on_error(void); +C_LINKAGE void lttng_abort_on_error(void); static inline void __lttng_print_check_abort(enum lttng_error_level type) {