Home | History | Annotate | Download | only in bison

Lines Matching refs:MAP_ANONYMOUS

17904   # Try to allow MAP_ANONYMOUS.
17907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5
17908 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; }
17913 #ifdef MAP_ANONYMOUS
17937 $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h
17996 const int flags = MAP_ANONYMOUS | MAP_PRIVATE;