2001-03-05 21:29:24 +00:00
|
|
|
/* sys/procfs.h
|
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
2000-10-28 05:41:44 +00:00
|
|
|
/* sys/procfs.h header file for Cygwin. */
|
2000-08-24 18:39:27 +00:00
|
|
|
|
|
|
|
#ifndef _SYS_PROCFS_H
|
|
|
|
#define _SYS_PROCFS_H
|
|
|
|
|
|
|
|
#include <cygwin/core_dump.h>
|
|
|
|
|
|
|
|
#endif /* _SYS_PROCFS_H */
|