Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:__USE_GNU

1472 /* 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
1476 #undef __USE_GNU