Re: 1.1.21 libgimp/gimp.c, line 202

2000-05-10 Thread Alex Harford

On Mon, 8 May 2000, Mike Markowski wrote:

 Hey all,
 
 The source code line referenced in this email subject line
 is
 gimp_signal_private (SIGHUP,  gimp_plugin_signalhandler,
   SA_RESETHAND | SA_NOMASK);
 
 In Solaris 8, while signal.h defines SA_RESETHAND there is no
 sign of SA_NOMASK.
 
 Can someone on a linux box tell me what SA_NOMASK is for so that I can
 make the needed fix and get libgimp to compile?  (Is it just zero?)

Mike, this has been discussed on the gimp-developer mailing list.  It will
be fixed on everything else, but IIRC for Solaris it's SA_NODEFER...

-
Alex HarfordTel: (604) 937-7601
http://www.dowco.com/~alexh Fax: (604) 937-7641
[EMAIL PROTECTED]




1.1.21 libgimp/gimp.c, line 202

2000-05-08 Thread Mike Markowski

Hey all,

The source code line referenced in this email subject line
is
  gimp_signal_private (SIGHUP,  gimp_plugin_signalhandler,
SA_RESETHAND | SA_NOMASK);

In Solaris 8, while signal.h defines SA_RESETHAND there is no
sign of SA_NOMASK.

Can someone on a linux box tell me what SA_NOMASK is for so that I can
make the needed fix and get libgimp to compile?  (Is it just zero?)

Thanks!
Mike