Fix: namespace our gettid wrapper
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 3 Jun 2019 19:25:52 +0000 (15:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 21:04:04 +0000 (17:04 -0400)
commit743770bbd5556f893d55f402eeae98bee1128ef2
tree6fc7f376d2096219e89e5cbfc398e6b4bd9f6f69
parent3e03160eaf5cf8764f111d6376e80a8c072d176d
Fix: namespace our gettid wrapper

Since glibc 2.30, a gettid wrapper was added that conflicts with our
static declaration. Namespace our wrapper so there is no conflict,
we'll add support for the glibc provided wrapper in a further commit.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/tid.h
src/common/error.h
This page took 0.025139 seconds and 4 git commands to generate.