aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-12 05:35:42 +0000
committerChristopher Faylor <me@cgf.cx>2000-08-12 05:35:42 +0000
commite2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (patch)
tree4f705618b5156799291433cde2b795b005db4044 /winsup/cygwin/sigproc.h
parent3ee92b51d6b44784783b09615f103a5ca656b3e3 (diff)
downloadnewlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.zip
newlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.gz
newlib-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.bz2
* winsup.h: Split out dtable definitions into separate header file.
* dtable.h: New file. * sigproc.h: Eliminate pinfo.h usage here. Use it in source files that need it.
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index f7b36a8..683e1d9 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -94,8 +94,7 @@ int __stdcall handle_sigsuspend (sigset_t);
int __stdcall proc_subproc (DWORD, DWORD);
-#include "pinfo.h"
-
+class _pinfo;
void __stdcall proc_terminate ();
void __stdcall sigproc_init ();
void __stdcall subproc_init ();