M. J. T. Guy [Sat, 20 Feb 1999 15:24:57 +0000 (15:24 +0000)]
Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
p4raw-id: //depot/perl@3016
}
# some machines seem to suffer from a race condition here
-# sleep(1);
+ sleep(1);
$sock = IO::Socket::INET->new("127.0.0.1:$port");
if ($sock) {
getpriority $$, $$ # getpriority
'???' # setpriority
time # time
-localtime # localtime
-gmtime # gmtime
+localtime $^T # localtime
+gmtime $^T # gmtime
sleep 1 # sleep
'???' # alarm
'???' # shmget