]> Savannah Git Hosting - gnulib.git/commitdiff
usleep: Document Cygwin bug.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Jun 2024 09:30:36 +0000 (11:30 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Jun 2024 09:30:36 +0000 (11:30 +0200)
* doc/pastposix-functions/usleep.texi: Mention Cygwin 3.5.3 bug.

ChangeLog
doc/pastposix-functions/usleep.texi

index 72e95ef5212a7020f4fc624f883904d7c46f1e81..284fa17620fab15f82b6ebf64fe61b0148c6629d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-07  Bruno Haible  <bruno@clisp.org>
+
+       usleep: Document Cygwin bug.
+       * doc/pastposix-functions/usleep.texi: Mention Cygwin 3.5.3 bug.
+
 2024-06-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        tzname: document some limitations
index 5d26adbc0bb28f2d3e8b6eacec2acc2583d55486..3de259c4cc5db0dc9e5c0dd99361e8eccaf7a379 100644 (file)
@@ -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