Date: Fri, 25 Feb 2000 10:17:39 +0500 From: Prashant TR Message-Id: <200002250517.KAA00756@midpec.com> To: djgpp-workers AT delorie DOT com Subject: SIGCONT Reply-To: djgpp-workers AT delorie DOT com I happened to come across a routine that uses a SIGCONT signal (in the Shutils 2.0f beta). DJGPP doesn't have this signal. During compilation, it gives me an error. For the present, I've somehow managed to do away with it, but is there a decent solution as to how I can handle this thing? Thanks.