#include #if !defined(__UCLIBC__) #include #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; } xml'/>
summaryrefslogtreecommitdiff
href='/cgit.cgi/linux/net-next.git/log/sound/isa/msnd/Makefile?h=nds-private-remove&id=38ab52e8e1e2dd65f2d349f82553335813b638d2&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines