projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove fcntl wrapper
[lttng-tools.git]
/
src
/
common
/
compat
/
paths.hpp
1
/*
2
* Copyright (C) 2015 Michael Jeanson <mjeanson@efficios.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*
6
*/
7
8
#ifndef _COMPAT_PATHS_H
9
#define _COMPAT_PATHS_H
10
11
#ifdef HAVE_PATHS_H
12
#include <paths.h>
13
#else
14
#define _PATH_DEVNULL "/dev/null"
15
#endif
16
17
#endif /* _COMPAT_PATHS_H */
This page took
0.037199 seconds
and
4
git commands to generate.