Date: Mon, 1 Feb 1999 14:23:28 -0500 Message-Id: <199902011923.OAA29914@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3.0.6.32.19990201014900.00892690@pop.netaddress.com> (message from Paul Derbyshire on Mon, 01 Feb 1999 01:49:00 -0500) Subject: Re: Questions re: signals References: <3 DOT 0 DOT 6 DOT 32 DOT 19990201014900 DOT 00892690 AT pop DOT netaddress DOT com> Reply-To: djgpp AT delorie DOT com > 1. Do I need to lock memory touched by signal handlers in DJGPP? No. Only interrupt handlers. > 2. Would this be necessary for Linux or other environments with > signals? No.