Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 1996 22:05:29 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        grog@lemis.de, gurney_j@resnet.uoregon.edu
Cc:        hackers@FreeBSD.org
Subject:   Re: signal 4?
Message-ID:  <199605281205.WAA17117@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> what exactly is signal 4?

>>From <sys/signal.h>:

>...
>#define	SIGILL	4	/* illegal instruction (not reset when caught) */

This comment doesn't seem to have been changed since prehistoric times.
All signals are "not reset when caught" in FreeBSD, unless the recently
introduced SA_RESETHAND is used to break them.  The comment is now wrong
as well as misleading, since SA_RESETHAND may be used to break SIGILL :-).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605281205.WAA17117>