
14 Oct
2009
14 Oct
'09
3:39 p.m.
On Wed, Oct 14, 2009 at 9:02 AM, Frank Mori Hess <frank.hess@nist.gov> wrote:
Does the POSIX implementation need to do anything to cope with the possibility of a SIGXFSZ signal? If so what?
I don't think you need to do anything. In POSIX, write() can also generate a SIGXFSZ signal.
Yeah, I would say you don't need to do anything *special*, other than the "normal" error/exception handling. Jon