X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Fgcc-weak-hidden%2Fb.c;h=69dc125f3312bc193401d535b45b5d12fcbf9609;hb=89a8858dc6fdaf6c094d9038db79fbc61469ccef;hp=218a154537a3e4b60b65bee3ac20787ae05909b4;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/tests/unit/gcc-weak-hidden/b.c b/tests/unit/gcc-weak-hidden/b.c index 218a1545..69dc125f 100644 --- a/tests/unit/gcc-weak-hidden/b.c +++ b/tests/unit/gcc-weak-hidden/b.c @@ -1,3 +1,9 @@ +// SPDX-FileCopyrightText: 2023 EfficiOS, Inc +// +// SPDX-License-Identifier: LGPL-2.1-only + +#include "b.h" + int testint __attribute__((weak, visibility("hidden"))); void *testptr __attribute__((weak, visibility("hidden"))); struct {