From 78b8497ba3d6cc00f0221d7a41afe12a4945ca9e Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 24 Aug 2000 18:39:27 +0000 Subject: * 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. --- winsup/cygwin/include/sys/procfs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 winsup/cygwin/include/sys/procfs.h (limited to 'winsup/cygwin/include/sys') diff --git a/winsup/cygwin/include/sys/procfs.h b/winsup/cygwin/include/sys/procfs.h new file mode 100644 index 000000000..e30da5dc0 --- /dev/null +++ b/winsup/cygwin/include/sys/procfs.h @@ -0,0 +1,11 @@ +/* + * sys/procfs.h header file for Cygwin. + * + */ + +#ifndef _SYS_PROCFS_H +#define _SYS_PROCFS_H + +#include + +#endif /* _SYS_PROCFS_H */ -- cgit v1.2.3