Welcome to mirror list, hosted at ThFree Co, Russian Federation.

coredump.h « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e39ff072110d6085950a51f02abb669735bfa1da (plain)
1
2
3
4
5
6
#ifndef _FS_COREDUMP_H
#define _FS_COREDUMP_H

extern int __get_dumpable(unsigned long mm_flags);

#endif