Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Feb 2012 22:44:19 +0000 (17:44 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Feb 2012 22:44:19 +0000 (17:44 -0500)
commit476037d9a24fdd5e339e3565743aadb9cb8a0a96
treea34699a03238882ff5517e3265be214d1a1c753a
parentd8de13549b80d40b0c823e43e81afd55266f2fe5
Rename liblttng-ust-libc to liblttng-ust-libc-wrapper

What a beautiful piece of code we can find in python:

/usr/lib/python2.6/ctypes/util.py:

    def _findLib_gcc(name):
        expr = r'[^\(\)\s]*lib%s\.[^\(\)\s]*' % re.escape(name)

Basically, this match any library having "libc.so" in its name. It
should be reported to python developers as a bug, but let's not be the
first to trigger the issue in the wild.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
Makefile.am
README
configure.ac
liblttng-ust-libc-wrapper/Makefile.am [new file with mode: 0644]
liblttng-ust-libc-wrapper/README [new file with mode: 0644]
liblttng-ust-libc-wrapper/lttng-ust-malloc.c [new file with mode: 0644]
liblttng-ust-libc-wrapper/run [new file with mode: 0755]
liblttng-ust-libc-wrapper/ust_libc.h [new file with mode: 0644]
liblttng-ust-libc/Makefile.am [deleted file]
liblttng-ust-libc/README [deleted file]
liblttng-ust-libc/lttng-ust-malloc.c [deleted file]
liblttng-ust-libc/run [deleted file]
liblttng-ust-libc/ust_libc.h [deleted file]
This page took 0.0248 seconds and 4 git commands to generate.