X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 28 Jan 2009 11:07:17 -0500 Message-Id: <200901281607.n0SG7HPf012124@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20090128120431.41330@gmx.net> (juan.guerrero@gmx.de) Subject: Re: SA_* family of flags in signal.h References: <20090128120431 DOT 41330 AT gmx DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > #define SA_SIGINFO 2 /* Invoke the signal catching function > with three arguments instead of one > #define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler */ These two might be a problem, since we don't support the functionality they imply.