2001-03-06 05:29:24 +08: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 13:41:44 +08:00
|
|
|
/* sys/procfs.h header file for Cygwin. */
|
2000-08-25 02:39:27 +08:00
|
|
|
|
|
|
|
#ifndef _SYS_PROCFS_H
|
|
|
|
#define _SYS_PROCFS_H
|
|
|
|
|
|
|
|
#include <cygwin/core_dump.h>
|
|
|
|
|
|
|
|
#endif /* _SYS_PROCFS_H */
|