Move lttng_ust_strerror to liblttng-ust
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 22 Apr 2021 00:17:56 +0000 (20:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Apr 2021 19:43:58 +0000 (15:43 -0400)
commitbb863844b80f455f7c44279da57d966f7d42ab51
treee32aa973b76a096c3912f4ff377735368e459702
parentcf914d169665d78854f6d0e1c8ff9d9aff6122d1
Move lttng_ust_strerror to liblttng-ust

Move the implementation of lttng_ust_strerror to liblttng-ust, it's part
of its public ABI and should not be copied in multiples libraries.

Change-Id: I825769d6c62b25e3e21b71abd18241998c6dde85
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/ustcomm.c
src/lib/lttng-ust/Makefile.am
src/lib/lttng-ust/strerror.c [new file with mode: 0644]
This page took 0.024112 seconds and 4 git commands to generate.