Move compat macros in 'lttng/align.h' to a private header
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 25 Feb 2021 20:46:02 +0000 (15:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Mar 2021 19:24:07 +0000 (14:24 -0500)
commitcd61d9bfa5fd334b086831dcbdec63da6c0d1a16
tree3e230267be5edcff3de5871c4873110ed4e2952c
parentb7b5cf30de14bbfa2ceeb303a5983aab6ad78806
Move compat macros in 'lttng/align.h' to a private header

No need to expose those compat macros in a public header, only keep the
actual align macros public.

Change-Id: Iee0ac69cfb98400afd9ee83a8a8e218af48971bf
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
include/Makefile.am
include/lttng/align.h
include/ust-compat.h [new file with mode: 0644]
libcounter/counter.c
libcounter/shm.c
liblttng-ust-ctl/ustctl.c
liblttng-ust-libc-wrapper/lttng-ust-malloc.c
liblttng-ust/lttng-ring-buffer-client.h
liblttng-ust/lttng-ring-buffer-metadata-client.h
liblttng-ust/lttng-ust-comm.c
libringbuffer/ring_buffer_backend.c
libringbuffer/ring_buffer_frontend.c
tests/unit/libringbuffer/shm.c
This page took 0.025967 seconds and 4 git commands to generate.