newlib/winsup/cygwin/include/sys/procfs.h
Christopher Faylor 78b8497ba3 * 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.
2000-08-24 18:39:27 +00:00

12 lines
155 B
C

/*
* sys/procfs.h header file for Cygwin.
*
*/
#ifndef _SYS_PROCFS_H
#define _SYS_PROCFS_H
#include <cygwin/core_dump.h>
#endif /* _SYS_PROCFS_H */