1 2 3 4 5 6 7 8
#ifndef ALPHA_TARGET_MMAN_H #define ALPHA_TARGET_MMAN_H #define TARGET_MADV_DONTNEED 6 #include "../generic/target_mman.h" #endif