Searched refs:__USE_GNU (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dlibc-compat.h25 #if defined(__USE_MISC) || defined(__USE_GNU)
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1472 /* On some versions of linux, mremap decl in mman.h needs __USE_GNU set */
1473 #if (defined(linux) && !defined(__USE_GNU))
1474 #define __USE_GNU 1 macro
1476 #undef __USE_GNU macro

Completed in 38 milliseconds