From 54d342c75690664d6d8e5c34d8512e253db23cf6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Jul 2019 19:57:03 +0200 Subject: 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. --- doc/pastposix-functions/usleep.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.1