Move liblttng-ust-pthread-wrapper to 'src/lib/'
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 14 Apr 2021 18:55:30 +0000 (14:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Apr 2021 15:34:03 +0000 (11:34 -0400)
commit3aa28d2301d8b9c1f7eef509e3de42bca2abbffe
tree0c834308387ea07c8c4744b0a46af8401b9bd699
parent81b16412749579b79a4d829ff87e170d0e1ebd0d
Move liblttng-ust-pthread-wrapper to 'src/lib/'

Change-Id: Id38841b2338de290f7dc9ec68c10411031fc3d58
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
src/lib/Makefile.am
src/lib/lttng-ust-libc-wrapper/Makefile.am
src/lib/lttng-ust-libc-wrapper/lttng-ust-pthread.c [deleted file]
src/lib/lttng-ust-libc-wrapper/ust_pthread.h [deleted file]
src/lib/lttng-ust-pthread-wrapper/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-pthread-wrapper/lttng-ust-pthread.c [new file with mode: 0644]
src/lib/lttng-ust-pthread-wrapper/ust_pthread.h [new file with mode: 0644]
This page took 0.024692 seconds and 4 git commands to generate.