summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/procfs.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-24 18:39:27 +0000
committerChristopher Faylor <me@cgf.cx>2000-08-24 18:39:27 +0000
commit78b8497ba3d6cc00f0221d7a41afe12a4945ca9e (patch)
tree1c45e566485a03dc64296438e70ef59f2127aea0 /winsup/cygwin/include/sys/procfs.h
parent5a41f96dbb4255a55f2aad487a70856275eaf354 (diff)
downloadcygnal-78b8497ba3d6cc00f0221d7a41afe12a4945ca9e.tar.gz
cygnal-78b8497ba3d6cc00f0221d7a41afe12a4945ca9e.tar.bz2
cygnal-78b8497ba3d6cc00f0221d7a41afe12a4945ca9e.zip
* 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.
Diffstat (limited to 'winsup/cygwin/include/sys/procfs.h')
-rw-r--r--winsup/cygwin/include/sys/procfs.h11
1 files changed, 11 insertions, 0 deletions
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 <cygwin/core_dump.h>
+
+#endif /* _SYS_PROCFS_H */