Searched defs:_CS_GNU_LIBC_VERSION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp756 // Save glibc and pthread version strings. Note that _CS_GNU_LIBC_VERSION
760 # ifndef _CS_GNU_LIBC_VERSION
761 # define _CS_GNU_LIBC_VERSION 2 macro
767 size_t n = confstr(_CS_GNU_LIBC_VERSION, NULL, 0);
770 confstr(_CS_GNU_LIBC_VERSION, str, n);
773 // _CS_GNU_LIBC_VERSION is not supported, try gnu_get_libc_version()
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp630 // Save glibc and pthread version strings. Note that _CS_GNU_LIBC_VERSION
634 # ifndef _CS_GNU_LIBC_VERSION
635 # define _CS_GNU_LIBC_VERSION 2 macro
641 size_t n = confstr(_CS_GNU_LIBC_VERSION, NULL, 0);
644 confstr(_CS_GNU_LIBC_VERSION, str, n);
647 // _CS_GNU_LIBC_VERSION is not supported, try gnu_get_libc_version()

Completed in 66 milliseconds