Fix: libcompat is now part of libcommon babeltrace_trace_merging
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 24 Apr 2019 13:12:57 +0000 (09:12 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 1 May 2019 21:48:52 +0000 (17:48 -0400)
commit88f23bde34aa8320c1387c4a49e70d23928896a7
treede4084882969fbc80a30ddf8b71514b996e01e5c
parent408579ad03fdb77cfe2c819cb6d84ff28b9e4ed9
Fix: libcompat is now part of libcommon

18710679a8ac57fda5dbd26cf16bb180dce9e286 includes libcompat into libcommon.

This also make the compat_(e)poll_* symbols visible through liblttng-ctl.
Same for fcntl compat.

Mark them as hidden.

These symbols are not visible on the 2.10/2.11 branches.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
src/bin/lttng-relayd/Makefile.am
src/bin/lttng-sessiond/Makefile.am
src/common/compat/compat-epoll.c
src/common/compat/compat-fcntl.c
src/common/compat/compat-poll.c
src/common/compat/fcntl.h
src/common/compat/poll.h
tests/unit/Makefile.am
This page took 0.026916 seconds and 5 git commands to generate.