This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 3 Nov 2000 22:19:10 +0000 (22:19 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 3 Nov 2000 22:19:10 +0000 (22:19 +0000)
commit9e353e3b7330a59ca210e75e4484e7762fcd1ce4
tree6d914b3ca2a231451741ea002f5920690b4edccf
parente9e021e644582e6ca1e9f6b4c1f1a8a7c7e2a58d
Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
  - Works on Linux with
     perlio + unix
     stdio
   - Works on Solaris with
     perlio + unix
   - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
   - Fails (hangs in openpid) if you try and stack
     perlio + stdio - Linux stdio's read() logic is hanging.

p4raw-id: //depot/perlio@7535
iperlsys.h
perlio.c