https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 93508095627a120c5500f6070949572a709fd34f authored by Jason Self on 12 December 2013, 06:38:12 UTC
Linux-libre 3.12.5-gnu
Tip revision: 9350809
coredump.h
#ifndef _FS_COREDUMP_H
#define _FS_COREDUMP_H

extern int __get_dumpable(unsigned long mm_flags);

#endif
back to top