Fix: liblttng-ctl: compat_sync_file_range inadvertantly exported
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 Oct 2019 21:53:58 +0000 (17:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 Oct 2019 23:32:12 +0000 (19:32 -0400)
commitab7ef45c32d83e8b3957f37697fd79dfa88f7f28
tree3823eacd562b18160a6fd7c9372a9bbde18e29ac
parentb9721d58e11da324367614bcffed97a190f951f8
Fix: liblttng-ctl: compat_sync_file_range inadvertantly exported

abidiff reports that compat_sync_file_range is exported by
liblttng-ctl.

'function int compat_sync_file_range(int, off64_t, off64_t, unsigned int)'    {compat_sync_file_range}

Mark the function as LTTNG_HIDDEN.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/compat-fcntl.c
This page took 0.02543 seconds and 4 git commands to generate.