diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-23 18:17:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-23 18:17:07 +0000 |
commit | 0f71e040cc1c01fce939a8be364253e86690867e (patch) | |
tree | aaab7e270c2990f6f9950b92ec28a595adedfb6d /pod | |
parent | 33e043e7e6d30e9c67867a3552d7bc84e2122bca (diff) | |
download | perl-0f71e040cc1c01fce939a8be364253e86690867e.tar.gz |
Document known UNICOS/mk deficiency.
p4raw-id: //depot/perl@14842
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a2923f89db..74c1ce6ed1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2570,6 +2570,12 @@ These tests fail because of yet unresolved floating point inaccuracies. =back +=head2 UNICOS/mk + +The io/fs test #31 is failing because in UNICOS/mk truncate() cannot +be used to grow the size of filehandles, only to reduce the size. +The workaround is to truncate files instead of filehandles. + =head2 UTS There are a few known test failures, see L<perluts>. |