Message-ID: <
20050723003235.GJ15093@abigail.nl>
Date: Sat, 23 Jul 2005 02:32:35 +0200
p4raw-id: //depot/perl@25309
* essentially meaningless anyway.
*/
RETVAL = sigaction(sig, & act, (struct sigaction *)0);
- if(RETVAL == -1)
- XSRETURN_UNDEF;
+ if(RETVAL == -1)
+ XSRETURN_UNDEF;
}
LEAVE;