From 6b7cd251c7f03394208d65451ef1bed91905026f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 2 Jun 2002 06:07:01 +0000 Subject: Remove unneeded sigproc.h includes throughout. * fhandler.h (fhandler_proc::fill_filebuf): Take a pinfo argument. * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Simplify search for given pid. (fhandler_proc::readdir): Assume that pid exists if it shows up in the winpid list. * fhandler_process.cc (fhandler_process::open): Simplify search for given pid. Call fill_filebuf with pinfo argument. (fhandler_process::fill_filebuf): Pass pinfo here and assume that it exists. * pinfo.h (pinfo::remember): Define differently if sigproc.h is not included. * dll_init.cc (dll_list::detach): Don't run destructor on exit. --- winsup/cygwin/sched.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/sched.cc') diff --git a/winsup/cygwin/sched.cc b/winsup/cygwin/sched.cc index 522fb0c02..7b4074d7f 100644 --- a/winsup/cygwin/sched.cc +++ b/winsup/cygwin/sched.cc @@ -22,7 +22,6 @@ #include #include #include -#include "sigproc.h" #include "pinfo.h" /* for getpid */ #include -- cgit v1.2.3