Subject: Re: save/restore fpu for the signal handler call
To: None <port-i386@netbsd.org>
From: Michael van Elst <mlelstv@serpens.de>
List: port-i386
Date: 11/30/2005 19:54:47
mouse@Rodents.Montreal.QC.CA (der Mouse) writes:

>	printf("%.2f%% done\n",done*100.0/total);

>inside a SIGINFO handler is totally reasonable.

printf() is allowed in a signal handler?