Add new warning about sleep's limitation on Windows
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 19 Sep 2012 16:39:17 +0000 (17:39 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 19 Sep 2012 16:40:46 +0000 (17:40 +0100)
commit3b9aea04d23bb9e7d058953e075c38525e9baa11
tree6e5568eac494476b8b8bb563245df183950e9706
parent3cd504478422d444c3a75de45b4fe50f5bab7843
Add new warning about sleep's limitation on Windows

This also came up recently in [perl #33096]. On Windows, sleep's unsigned
int argument range is effectively reduced by a factor of 1000 because the
emulation uses milliseconds rather than seconds.
pod/perldiag.pod
win32/win32.c