summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-02 19:57:03 +0200
committerBruno Haible <bruno@clisp.org>2019-07-02 19:57:37 +0200
commit54d342c75690664d6d8e5c34d8512e253db23cf6 (patch)
treea947cc2934b7877c4f353c77e35ecea78958831a /doc
parent77dc7fb4378059ac088ee2d16e8350c3643c1a64 (diff)
downloadgnulib-54d342c75690664d6d8e5c34d8512e253db23cf6.tar.gz
usleep: Implement with millisecond resolution on native Windows.
* lib/usleep.c (usleep): On native Windows, implement using Sleep(). * doc/pastposix-functions/usleep.texi: Update accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/pastposix-functions/usleep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pastposix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi
index 440a00e78c..14de4b2afa 100644
--- a/doc/pastposix-functions/usleep.texi
+++ b/doc/pastposix-functions/usleep.texi
@@ -16,7 +16,7 @@ mingw.
This function is missing on some platforms. However, the replacement
is designed to be lightweight, and may round to the nearest second;
use @code{select} or @code{nanosleep} if better resolution is needed:
-IRIX 5.3, Solaris 2.4, older mingw, MSVC 14, BeOS.
+IRIX 5.3, Solaris 2.4, BeOS.
@end itemize
Portability problems not fixed by Gnulib: