Split and move compat.h to 'common/compat/'
authorMichael Jeanson <mjeanson@efficios.com>
Sat, 3 Apr 2021 00:52:58 +0000 (20:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:20:42 +0000 (14:20 -0400)
commit27b98e6c9ed3fbfc9ee84b56582892db3009b1b7
treecbf2b58aadef6ff54de375954c3c320814b0c292
parent1be435396a9c3673fbda15bba2a1cf066a893408
Split and move compat.h to 'common/compat/'

Move compat.h to 'src/common/compat/' and split it in specific compat
headers.

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: Ic34ddc11acf81d0463d69e23986d83c29be9023b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
16 files changed:
src/common/Makefile.am
src/common/compat/errno.h [new file with mode: 0644]
src/common/compat/pthread.h [new file with mode: 0644]
src/common/procname.h [new file with mode: 0644]
src/common/ringbuffer/ring_buffer_frontend.c
src/common/ustcomm.c
src/liblttng-ust/Makefile.am
src/liblttng-ust/compat.h [deleted file]
src/liblttng-ust/fd-tracker.c
src/liblttng-ust/lttng-context-procname.c
src/liblttng-ust/lttng-events.c
src/liblttng-ust/lttng-tracer.h
src/liblttng-ust/lttng-ust-comm.c
src/liblttng-ust/lttng-ust-statedump-provider.h
src/liblttng-ust/lttng-ust-statedump.c
tests/unit/pthread_name/pthread_name.c
This page took 0.02723 seconds and 4 git commands to generate.