tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / sema.c
CommitLineData
a9c2df2b 1/*
9d16b343 2 * Copyright (C) 2017 Francis Deslauriers <francis.deslauriers@efficios.com>
a9c2df2b 3 *
9d16b343 4 * SPDX-License-Identifier: LGPL-2.1-or-later
a9c2df2b 5 *
a9c2df2b
FD
6 */
7
8#include "foobar_provider.h"
9#include <sys/sdt.h>
10void sema_function() {
11 FOOBAR_TP_WITH_SEMAPHORE();
12}
This page took 0.030853 seconds and 5 git commands to generate.