Subject: standards question: SIGFPE handler return
To: None <current-users@netbsd.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 03/04/2004 12:41:51
Hi -

does anybody know whether it is specified what happens after
a SIGFPE handler returns? Is it legal if it restarts the
instruction, or should it continue with the next instruction,
or is it just implementation dependant? (In the latter case,
a handler should either exit() or siglongjmp(), or make sure
the signal isn't raised again, eg by fpsetmask().)

best regards
Matthias