This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fileno() was failing when passed a NULL. I'm guessing that we don't really need...
authorSteve Peters <steve@fisharerojo.org>
Mon, 23 Feb 2009 19:25:33 +0000 (13:25 -0600)
committerSteve Peters <steve@fisharerojo.org>
Mon, 23 Feb 2009 19:25:33 +0000 (13:25 -0600)
commit40596bc538f0e2be42b50d80f46887e76a4a3b33
tree20387daaf96e70c27384538662ae7a0be4df8628
parent86bddcbfaf2555223ec8fc596416d13d7a1a1118
fileno() was failing when passed a NULL.  I'm guessing that we don't really need to increase the refcount on a NULL fd.
perlio.c