summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-glibc.c
blob: 9367f7586676b850d43410bfc0cb75a4c88816c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <stdlib.h>

#if !defined(__UCLIBC__)
#include <gnu/libc-version.h>
#else
#define XSTR(s) STR(s)
#define STR(s) #s
#endif

int main(void)
{
#if !defined(__UCLIBC__)
	const char *version = gnu_get_libc_version();
#else
	const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__);
#endif

	return (long)version;
}
include/net/irda/irlan_eth.h?id=69973b830859bc6529a7a0468ba0d80ee5117826'>patch) tree5f11fe15ed9d9a3ab9c92242030e54b73ecdce45 /include/net/irda/irlan_eth.h parent2e4333c14de06a333783d6812cf3c4998f78b0c8 (diff)
Linux 4.9
Diffstat (limited to 'include/net/irda/irlan_eth.h')