Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / tests / regression / ust / ust-dl / libzzz.h
1 /*
2 * Copyright (C) 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef _LIBZZZ_H
9 #define _LIBZZZ_H
10
11 int zzz(void);
12
13 #endif /* _LIBZZZ_H */
This page took 0.031762 seconds and 4 git commands to generate.