Move dynamic-type to libcommon
[lttng-ust.git] / src / common / compat / errno.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #ifndef _UST_COMMON_COMPAT_ERRNO_H
8 #define _UST_COMMON_COMPAT_ERRNO_H
9
10 #include <errno.h>
11
12 #ifndef ENODATA
13 #define ENODATA ENOMSG
14 #endif
15
16 #endif /* _UST_COMMON_COMPAT_ERRNO_H */
This page took 0.045948 seconds and 4 git commands to generate.