tools/perf/build: Split out feature check: 'glibc'
[deliverable/linux.git] / tools / perf / config / feature-checks / test-glibc.c
CommitLineData
e12762cf
IM
1#include <gnu/libc-version.h>
2
3int main(void)
4{
5 const char *version = gnu_get_libc_version();
6 return (long)version;
7}
8
This page took 0.023311 seconds and 5 git commands to generate.