Date: Thu, 3 Oct 1996 10:54:59 +0200 (IST) From: Eli Zaretskii To: Orlando Andico Cc: djgpp AT delorie DOT com Subject: Re: thread handling In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 2 Oct 1996, Orlando Andico wrote: > a) does signal() emulate the BSD-type signals, or is the signal > handler reset to default after it is raised? I suggest you download the library sources and look there. These subtle points aren't documented too well, and you only have to look at these files: src/libc/go32/dpmiexcp.c src/libc/go32/exceptn.s src/libc/crt0/crt0.s