summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/procfs.h
diff options
context:
space:
mode:
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 */