doc: document sticky-EOF issue
[gnulib.git] / doc / posix-functions / gettimeofday.texi
index faf8052..6fe62a6 100644 (file)
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-mingw.
+mingw, MSVC 9.
 @item
 This function is declared with a nonstandard function prototype (only one
 argument, or ``...'' after the first argument) on some platforms.
@@ -26,7 +26,7 @@ appropriate type for use in avoiding a compiler warning if assigning
 @item
 On some platforms, @code{gettimeofday} clobbers the buffer in which
 @code{localtime} returns its result:
-MacOS X 10.0.
+Mac OS X 10.0.
 @end itemize
 
 Portability problems not fixed by Gnulib: