commit | 7b2108cad1aa963dae663bdabb3840132afbe6b5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Aug 30 10:15:35 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Aug 30 10:16:30 2021 +0200 |
tree | 1693fb7a06c4be8a3a169c2ce6d71d885e2c32f1 | |
parent | b131049eb5ba5b0e7c02eea10ce9763da4428abe [diff] |
BUILD: tools: properly guard __GLIBC__ with defined() The test on the glibc versions based on #if (__GLIBC > 2 ...) fails to build under -Wundef, let's prepend defined(__GLIBC__) first.