projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
directory-handle: query if instance is backed by a file descriptor
[lttng-tools.git]
/
src
/
common
/
compat
/
Makefile.am
1
noinst_LTLIBRARIES = libcompat.la
2
3
if COMPAT_EPOLL
4
COMPAT=compat-epoll.c
5
else
6
COMPAT=compat-poll.c
7
endif
8
9
libcompat_la_SOURCES = poll.h fcntl.h endian.h mman.h dirent.h \
10
socket.h compat-fcntl.c tid.h \
11
getenv.h string.h prctl.h paths.h netdb.h $(COMPAT) \
12
time.h directory-handle.h directory-handle.c path.h
This page took
0.030728 seconds
and
4
git commands to generate.