Fix: common: poll: compat_poll_wait never finishes
[lttng-tools.git] / src / common / compat / paths.h
CommitLineData
790c779e 1/*
ab5be9fa 2 * Copyright (C) 2015 Michael Jeanson <mjeanson@efficios.com>
790c779e 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
790c779e 5 *
790c779e
MJ
6 */
7
8#ifndef _COMPAT_PATHS_H
9#define _COMPAT_PATHS_H
10
11#ifdef HAVE_PATHS_H
8abae9cb 12#include <paths.h>
790c779e
MJ
13#else
14# define _PATH_DEVNULL "/dev/null"
15#endif
16
17#endif /* _COMPAT_PATHS_H */
This page took 0.041539 seconds and 4 git commands to generate.