mman.h 120 B

1234
  1. #ifdef __USE_MISC
  2. # define MAP_GROWSUP 0x00200 /* Register stack-like segment */
  3. #endif
  4. #include <bits/mman-common.h>