coredump.h 106 B

123456
  1. #ifndef _FS_COREDUMP_H
  2. #define _FS_COREDUMP_H
  3. extern int __get_dumpable(unsigned long mm_flags);
  4. #endif