This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27688d7
)
Whitespace
author
Abigail
<abigail@abigail.be>
Sat, 23 Jul 2005 02:32:35 +0000
(
04:32
+0200)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 19 Aug 2005 21:19:37 +0000
(21:19 +0000)
Message-ID: <
20050723003235
.GJ15093@abigail.nl>
Date: Sat, 23 Jul 2005 02:32:35 +0200
p4raw-id: //depot/perl@25309
ext/POSIX/POSIX.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.xs
b/ext/POSIX/POSIX.xs
index
79aa58d
..
36b24d9
100644
(file)
--- a/
ext/POSIX/POSIX.xs
+++ b/
ext/POSIX/POSIX.xs
@@
-1408,8
+1408,8
@@
sigaction(sig, optaction, oldaction = 0)
* essentially meaningless anyway.
*/
RETVAL = sigaction(sig, & act, (struct sigaction *)0);
- if(RETVAL == -1)
- XSRETURN_UNDEF;
+ if(RETVAL == -1)
+ XSRETURN_UNDEF;
}
LEAVE;