Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
imagination
/
v4.1
/
d12b59f861a0eb9b4313ea5a8993989cf6e80f2a
/
.
/
tools
/
build
/
feature
/
test-glibc.c
blob: b0820345cd9843776bad77dd92e926e226da1551 [
file
]
#include
<gnu/libc-version.h>
int
main
(
void
)
{
const
char
*
version
=
gnu_get_libc_version
();
return
(
long
)
version
;
}