From: Bruno Haible Date: Fri, 7 Jun 2024 09:30:36 +0000 (+0200) Subject: usleep: Document Cygwin bug. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8890441baf60b4bdb21e1b7ced79944d2490f952;p=gnulib.git usleep: Document Cygwin bug. * doc/pastposix-functions/usleep.texi: Mention Cygwin 3.5.3 bug. --- diff --git a/ChangeLog b/ChangeLog index 72e95ef521..284fa17620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-07 Bruno Haible + + usleep: Document Cygwin bug. + * doc/pastposix-functions/usleep.texi: Mention Cygwin 3.5.3 bug. + 2024-06-06 Paul Eggert tzname: document some limitations diff --git a/doc/pastposix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi index 5d26adbc0b..3de259c4cc 100644 --- a/doc/pastposix-functions/usleep.texi +++ b/doc/pastposix-functions/usleep.texi @@ -20,4 +20,7 @@ Portability problems not fixed by Gnulib: According to POSIX, the @code{usleep} function may interfere with the program's use of the @code{SIGALRM} signal. On Linux, it doesn't; on other platforms, it may. +@item +On some systems, @code{usleep} may sleep for less than the indicated duration: +Cygwin 3.5.3. @end itemize