This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add support for Linux pipe buffer size fcntl commands
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Wed, 8 Oct 2014 19:58:05 +0000 (20:58 +0100)
committerTony Cook <tony@develop-help.com>
Sun, 12 Oct 2014 22:52:29 +0000 (09:52 +1100)
commite78728e52f52b72a7e081d0b464a51a25d0ea6e9
treedcf9439fb1bd14818a095e8bebeb83009abe4272
parentf0614d30a9ff5dcdc10edf6f298042c5dd60d5d3
Add support for Linux pipe buffer size fcntl commands

This lets us make t/io/eintr.t more reliable by making sure we're
actually writing more than the buffer size.
ext/Fcntl/Fcntl.pm
ext/Fcntl/Makefile.PL
t/io/eintr.t