HomeSort by relevance Sort by last modified time
    Searched defs:__GLIBC_MINOR__ (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
features.h 80 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
305 __GLIBC_MINOR__ now (see below) when you want to test for a specific
314 #define __GLIBC_MINOR__ 7
317 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 80 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
305 __GLIBC_MINOR__ now (see below) when you want to test for a specific
314 #define __GLIBC_MINOR__ 7
317 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 80 The macros `__GNU_LIBRARY__', `__GLIBC__', and `__GLIBC_MINOR__' are
305 __GLIBC_MINOR__ now (see below) when you want to test for a specific
314 #define __GLIBC_MINOR__ 7
317 ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))

Completed in 581 milliseconds