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)
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>

No differences found
This page took 0.024969 seconds and 4 git commands to generate.