This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #126480] pipe() doesn't need the assertions
authorTony Cook <tony@develop-help.com>
Tue, 24 Nov 2015 03:37:35 +0000 (14:37 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 24 Nov 2015 03:37:35 +0000 (14:37 +1100)
commite8c18a8486f7e900511cc2df8d2617ceab9ce437
tree6f473845d310340b46dfafaca8ccb5a224ce78dd
parent2efdfb1e6cf6ff62b97356abd74ba479aee48bc1
[perl #126480] pipe() doesn't need the assertions

GvIOn() already performs the checks and produces a nice error message,
and similar functions, such as open() and socket(), don't have
assertions on this condition.
MANIFEST
pp_sys.c
t/lib/croak/pp_sys [new file with mode: 0644]