syswrite() is old news.
Jarkko Hietaniemi [Sun, 9 Jun 2002 15:34:20 +0000 (15:34 +0000)]
p4raw-id: //depot/perl@17133

pod/perldelta.pod

index a495770..56d9cad 100644 (file)
@@ -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.