* include/cygwin/core_dump.h: New file, contains structures used in cygwin core
core files. * include/sys/procfs.h: New file, needed to autoconfigure cygwin core dumps support in bfd.
This commit is contained in:
11
winsup/cygwin/include/sys/procfs.h
Normal file
11
winsup/cygwin/include/sys/procfs.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* sys/procfs.h header file for Cygwin.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SYS_PROCFS_H
|
||||
#define _SYS_PROCFS_H
|
||||
|
||||
#include <cygwin/core_dump.h>
|
||||
|
||||
#endif /* _SYS_PROCFS_H */
|
Reference in New Issue
Block a user