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