mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
78b8497ba3
core files. * include/sys/procfs.h: New file, needed to autoconfigure cygwin core dumps support in bfd.
12 lines
155 B
C
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 */
|