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