ust-fd: Add close_range declaration
[lttng-ust.git] / src / common / utils.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-or-later
3 *
4 * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #ifndef _UST_COMMON_UTILS_H
8 #define _UST_COMMON_UTILS_H
9
10 ssize_t lttng_ust_read(int fd, void *buf, size_t len)
11 __attribute__((visibility("hidden")));
12
13 #endif
This page took 0.029079 seconds and 4 git commands to generate.