* 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:
Christopher Faylor
2000-08-24 18:39:27 +00:00
parent 5a41f96dbb
commit 78b8497ba3
3 changed files with 91 additions and 0 deletions

View 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 */