2
0

mman.h 92 B

123456
  1. #ifndef _BITS_SYS_MMAN_H
  2. #define _BITS_SYS_MMAN_H
  3. #define MAP_FAILED ((void *) -1)
  4. #endif