summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-09 15:34:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-09 15:34:20 +0000
commit2f9d292c5c854aad638316029276446c19b69bf6 (patch)
treed6a4dc2fac945c071a1becde7290907c8bbddc99 /pod/perldelta.pod
parentf89d2f205fb45982f458396e0a190ca8954dbb0c (diff)
downloadperl-2f9d292c5c854aad638316029276446c19b69bf6.tar.gz
syswrite() is old news.
p4raw-id: //depot/perl@17133
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a49577087e..56d9cadc1f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2297,10 +2297,6 @@ Sys::Syslog ignored the C<LOG_AUTH> constant.
=item *
-Also the LENGTH argument of syswrite() is now optional.
-
-=item *
-
$AUTOLOAD, sort(), lock(), and spawning subprocesses
in multiple threads simultaneously are now thread-safe.